This message was deleted.
# helpdesk
s
This message was deleted.
m
do y’all have any recommendations @millions-honey-92294 @polite-kilobyte-67570 @eager-zoo-16408?
p
hey! this depends on how far you want to take it. the easiest way is to override the css variables we define here in your own css file and just import them after importing the styles package. Just be aware that we add a prefix to those, so e.g.
--bg
becomes
--lk-bg
in the actual styles package if you want to take it even further than that, all our (non prefab) components accept
class
and
style
as react props that you can use to write your own css modules for each component.