ToggleButton hover darkmode

This commit is contained in:
Eric Bailey
2024-01-17 15:23:52 -06:00
parent 449c29b94b
commit d76ca60839
+3 -1
View File
@@ -55,7 +55,9 @@ function ButtonInner({children}: React.PropsWithChildren<{}>) {
const active: ViewStyle[] = []
const text: TextStyle[] = []
hover.push(t.atoms.bg_contrast_100)
hover.push(
t.name === 'light' ? t.atoms.bg_contrast_100 : t.atoms.bg_contrast_25,
)
if (state.selected) {
active.push({