Skip to content

Commit 02c1925

Browse files
committed
fix: convert to chakra token values
1 parent c69392b commit 02c1925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/StatsBoxGrid.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ const RangeSelector: React.FC<IRangeSelectorProps> = ({ state, setState }) => (
226226
color={""}
227227
background="background"
228228
fontFamily="monospace"
229-
fontSize="1.25rem"
229+
fontSize="xl"
230230
padding="2px 15px"
231231
borderRadius="1px"
232232
border="1px solid"

0 commit comments

Comments
 (0)