alexhelder
01/01/2025, 11:36 PMalexhelder
01/02/2025, 12:00 AMMyButton =Button(colors = Default.colors(xxx=yyy
). Should I use CompositionLocal
and try to override the colorScheme for that subtree?Kirill Grouchnikov
01/02/2025, 1:15 AMMaterialTheme
with the full custom color scheme on any subtreealexhelder
01/02/2025, 1:19 AMKirill Grouchnikov
01/02/2025, 5:56 AMMaterialTheme
, do a copy
on it to change the specific color token, and then wrap your subtree with a new theme composable that is using that modified color scheme.alexhelder
01/02/2025, 7:13 AM