You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How should new createComponent Button variants be themed?
If a SplitButton contains both a Button and a MenuButton, should it be affected by scopedSettings.SplitButton, scopedSettings.Button, and scopedSettings.MenuButton, or only scopedSettings.SplitButton?
Is it even possible to theme all of SplitButton's children through just scopedSettings.SplitButton or would it require nested styling?
We should be backwards compatible with existing theming. Is it possible given any issues theming existing variants? If not, we need to figure out how we would roll out new Button with potential theming regressions.
Do we need to "erase" the names of nested buttons to make sure they don't get targeted scopedSettings styling?
The text was updated successfully, but these errors were encountered:
Resolve the following:
How are existing styled Button variants themed?
Ideally we should be backwards compatible, but it appears there are some issues users run into theming existing variants:
How should new createComponent Button variants be themed?
If a
SplitButton
contains both aButton
and aMenuButton
, should it be affected byscopedSettings.SplitButton
,scopedSettings.Button
, andscopedSettings.MenuButton
, or onlyscopedSettings.SplitButton
?Is it even possible to theme all of
SplitButton
's children through justscopedSettings.SplitButton
or would it require nested styling?We should be backwards compatible with existing theming. Is it possible given any issues theming existing variants? If not, we need to figure out how we would roll out new Button with potential theming regressions.
Do we need to "erase" the names of nested buttons to make sure they don't get targeted
scopedSettings
styling?The text was updated successfully, but these errors were encountered: