Add missing dark

pull/5507/head
Cagatay Civici 2024-02-13 09:32:04 +03:00
parent da87ce3864
commit 401860fa17
1 changed files with 12 additions and 1 deletions

View File

@ -13,7 +13,18 @@ export default {
backgroundHover: '{surface.100}' backgroundHover: '{surface.100}'
} }
}, },
dark: {} dark: {
root: {
background: '{surface.900}',
borderColor: '{surface.700}',
textColor: '{surface.0}'
},
headerIcon: {
color: '{surface.400}',
colorHover: '{surface.300}',
backgroundHover: '{surface.800}'
}
}
} }
}, },
css: ` css: `