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

Commit fa49a96

Browse files
committed
Update styling for the partners button
1 parent b01f1ae commit fa49a96

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

frontend/src/Components/Partners/index.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,15 @@ const Partners = () => {
7272
</Link>
7373
</Flex>
7474
<Button
75-
backgroundColor="white"
76-
textColor="black"
75+
backgroundColor={colorMode === 'dark' ? 'white' : 'black'}
76+
color={colorMode === 'dark' ? 'black' : 'white'}
7777
fontFamily="Inter"
7878
fontWeight="500"
7979
fontSize={{ base: '1rem', xl: '1.25rem' }}
8080
borderRadius="56px"
8181
paddingX={'1.5rem'}
8282
paddingY={'1.5rem'}
8383
mt={{ base: '5rem', xl: '6.85rem' }}
84-
_hover={{ color: 'black' }}
8584
alignSelf="center"
8685
mb={'4rem'}
8786
onClick={handleButtonClick}

0 commit comments

Comments
 (0)