ToggleButton hover darkmode
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user