Skip to content

Commit ef4cfd9

Browse files
committed
add test component to test color mode sync
1 parent 0c31648 commit ef4cfd9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/Nav/index.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ const Nav = () => {
5656
>
5757
<EthHomeIcon opacity={0.85} _hover={{ opacity: 1 }} />
5858
</BaseLink>
59+
60+
<div className="bg-background text-foreground flex justify-center items-center">
61+
test
62+
</div>
63+
5964
{/* Desktop */}
6065
<Flex
6166
w="full"

0 commit comments

Comments
 (0)