You need to sign in or sign up before continuing.
Commit cae3b53d by G

added balance container variants

parent 1a7556cf
...@@ -51,4 +51,12 @@ export const cardVariants = { ...@@ -51,4 +51,12 @@ export const cardVariants = {
borderTopRightRadius: 25, borderTopRightRadius: 25,
margin: 0, margin: 0,
}, },
balanceContainer: {
height: 150,
width: 300,
alignItems: "center",
justifyContent: "center",
overflow: "hidden",
borderRadius: 15,
},
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment