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