💄 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" variant="outline"
styles={{ styles={{
root: { root: {
backgroundColor: backgroundColor: theme.colorScheme === 'dark' ? theme.colors.dark[6] : 'white',
theme.colorScheme === 'dark' ? theme.colors.dark[6] : theme.colors.gray[1],
}, },
closeButton: { closeButton: {