ToggleButton hover darkmode
This commit is contained in:
@@ -55,7 +55,9 @@ function ButtonInner({children}: React.PropsWithChildren<{}>) {
|
|||||||
const active: ViewStyle[] = []
|
const active: ViewStyle[] = []
|
||||||
const text: TextStyle[] = []
|
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) {
|
if (state.selected) {
|
||||||
active.push({
|
active.push({
|
||||||
|
|||||||
Reference in New Issue
Block a user