Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit 3c15c7c

Browse files
authored
Remove variant definitions from theme.ts for now. (#223)
They previously had no effect due to a config issue. The issue was fixed and changed the intended design
1 parent 0e12880 commit 3c15c7c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

frontend/src/Components/Footer/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ const Footer = () => {
4343
ml={'1.25rem'}
4444
mr={{ base: '0', md: '3rem' }}
4545
fontWeight="bold"
46-
variant="medium"
4746
color={colorMode === 'dark' ? '#FFFFFF' : '#000000'}
4847
>
4948
Developer DAO

frontend/src/Components/Header/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ const NavBar = () => {
3737
ml={'1.25rem'}
3838
mr={{ base: '1rem', sm: '3rem' }}
3939
fontWeight="bold"
40-
variant="medium"
4140
color={colorMode === 'dark' ? '#FFFFFF' : '#000000'}
4241
display={{ base: 'block', md: 'none', lg: 'block' }}
4342
>

0 commit comments

Comments
 (0)