💄 Footer styling

This commit is contained in:
ajnart
2022-05-18 23:12:52 +02:00
parent 7c7b0cc970
commit 6064dcb6a6

View File

@@ -99,8 +99,7 @@ export function Footer({ links }: FooterCenteredProps) {
variant="outline"
styles={{
root: {
backgroundColor:
theme.colorScheme === 'dark' ? theme.colors.dark[6] : theme.colors.gray[1],
backgroundColor: theme.colorScheme === 'dark' ? theme.colors.dark[6] : 'white',
},
closeButton: {