Skip to content

Commit 26df769

Browse files
committed
fix home page button
1 parent 0e49e36 commit 26df769

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/page.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ const Page = () => {
104104
</Flex>
105105
<Button
106106
color="#fff"
107+
backgroundColor="transparent"
107108
px={{ base: '2rem', lg: '4rem' }}
108109
py={{ base: '1.5rem', lg: '2rem' }}
109110
display="flex"
@@ -118,6 +119,7 @@ const Page = () => {
118119
isDisabled
119120
_hover={{
120121
color: '#fff',
122+
backgroundColor: 'transparent',
121123
}}
122124
>
123125
Registrations Closed

0 commit comments

Comments
 (0)