Where should I log bugs regarding to Silk theming?...
# kobweb
c
Where should I log bugs regarding to Silk theming? 🤔 I noticed that setting the thumb color is not working
ctx.theme.palettes.light.switch.thumb = Colors.Red
And in the thumbStyle I don't see it being used anywhere. Is this intentional or is this really a little bug?
d
You can just file bugs in the Kobweb issue tracker. Note, however, that palette colors are set into CSS variables (see InitSilk.kt), and those are what is referenced inside the widget styles
Palettes used to be referenced directly but CSS variables give us an easy way to override the values per widget.
Changing the palette is good if you want to set a color once for the whole site
Another dev just pointed out to me directly that actually the thumb color is not used anywhere, sorry about that!
You can consider this thread your bug report, I got it from here 👍
Aaaaand it's fixed: https://github.com/varabyte/kobweb/commit/c1951c86dca9e25ebec8025a9403c803c22d97e9 Thanks for your report and for the dev who fixed it thank you color
c
Great! If I find anything else I'll add them to the track!
👍 1
thank you color 1