Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit 00958dd

Browse files
committed
fix: increase visibility
1 parent cb80878 commit 00958dd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

apps/client/src/routes/Main/Home/Cycle.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,17 @@ function Period() {
1313
direction={["column", "column", "row"]}
1414
bg={useToken("colors", useColorModeValue("gray.300", "gray.700")) + "55"}
1515
rounded={"lg"}
16-
gap={[0, 0, 1]}
16+
gap={1}
1717
align="center"
1818
pr={[0, 0, 2]}
19+
fontFamily={"Poppins, sans-serif"}
1920
>
2021
<Text fontSize={"sm"} bg="blue.500" p={2} rounded="lg">
2122
D&T
2223
</Text>
23-
<Text fontSize={"sm"}>506</Text>
24+
<Text fontSize={"sm"} fontWeight={"bold"}>
25+
506
26+
</Text>
2427
</Flex>
2528
);
2629
}

0 commit comments

Comments
 (0)