Make buttons always light mode

This commit is contained in:
Carson Katri 2020-08-05 08:17:15 -04:00
parent 7ab7178004
commit 73fcb4ac4a
2 changed files with 1 additions and 1 deletions

View File

@ -37,6 +37,7 @@ extension _Button: ViewDeferredToRenderer where Label == Text {
isPressed: isPressed
).subject
)
.colorScheme(.light)
})
}
}

View File

@ -91,7 +91,6 @@ public let tokamakStyles = """
height: 100%;
}
._tokamak-buttonstyle-default,
._tokamak-securefield,
._tokamak-textfield-default,
._tokamak-textfield-roundedborder,