mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 15:35:55 +01:00
💄 Footer styling
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user