Make buttons always light mode
This commit is contained in:
parent
7ab7178004
commit
73fcb4ac4a
|
@ -37,6 +37,7 @@ extension _Button: ViewDeferredToRenderer where Label == Text {
|
|||
isPressed: isPressed
|
||||
).subject
|
||||
)
|
||||
.colorScheme(.light)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
|
@ -91,7 +91,6 @@ public let tokamakStyles = """
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
._tokamak-buttonstyle-default,
|
||||
._tokamak-securefield,
|
||||
._tokamak-textfield-default,
|
||||
._tokamak-textfield-roundedborder,
|
||||
|
|
Loading…
Reference in New Issue