Norbi
01/26/2024, 8:13 PM--silk-button-color
) seem to remain unset (see the attached image).
My bootstrap is the following, what is missing?
renderComposable("root") {
prepareSilkFoundation({
it.stylesheet.registerStyleBase("*") {
Modifier.boxSizing(BoxSizing.BorderBox)
}
it.config.initialColorMode = LIGHT
initSilkWidgets(it)
it.theme.registerComponentStyle(CustomStyle)
}) {
renderWithDeferred {
Surface {
Thanks.Norbi
01/26/2024, 8:14 PMDavid Herman
01/26/2024, 9:23 PMDavid Herman
01/26/2024, 9:24 PMNorbi
01/26/2024, 10:31 PMButton()
inside Surface {}
, that's how I could examine the CSS properties...David Herman
01/27/2024, 12:15 AM--silk-color
is not definedDavid Herman
01/27/2024, 12:21 AMDavid Herman
01/27/2024, 12:23 AM