File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ const GridItem: React.FC<IGridItemProps> = ({ metric, dir }) => {
63
63
as = { MdInfoOutline }
64
64
boxSize = { 6 }
65
65
fill = "text"
66
- mr = "0.5rem"
66
+ mr = { 2 }
67
67
_hover = { { fill : "primary" } }
68
68
_active = { { fill : "primary" } }
69
69
_focus = { { fill : "primary" } }
@@ -129,7 +129,7 @@ const GridItem: React.FC<IGridItemProps> = ({ metric, dir }) => {
129
129
< Flex
130
130
position = "relative"
131
131
color = "text"
132
- height = "20rem"
132
+ height = { 80 }
133
133
flexDirection = "column"
134
134
justifyContent = "space-between"
135
135
alignItems = "flex-start"
@@ -147,7 +147,7 @@ const GridItem: React.FC<IGridItemProps> = ({ metric, dir }) => {
147
147
< div >
148
148
< Text
149
149
fontSize = "xl"
150
- mb = "0.5rem"
150
+ mb = { 2 }
151
151
color = "text"
152
152
textTransform = "uppercase"
153
153
fontFamily = "monospace"
@@ -193,8 +193,8 @@ const GridItem: React.FC<IGridItemProps> = ({ metric, dir }) => {
193
193
bottom = "8%"
194
194
fontSize = { { base : "max(8.8vw, 48px)" , lg : "min(4.4vw, 4rem)" } }
195
195
fontWeight = { 600 }
196
- marginTop = "0rem"
197
- marginBottom = "1rem"
196
+ marginTop = { 0 }
197
+ marginBottom = { 4 }
198
198
color = "text"
199
199
flexWrap = "wrap"
200
200
textOverflow = "ellipsis"
@@ -543,7 +543,7 @@ const StatsBoxGrid: React.FC<IProps> = () => {
543
543
sm : "2rem 0 0" ,
544
544
lg : "2rem 2rem 0" ,
545
545
} }
546
- borderRadius = "2px "
546
+ borderRadius = "sm "
547
547
flexDirection = { {
548
548
base : "column" ,
549
549
lg : "column" ,
You can’t perform that action at this time.
0 commit comments