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
Following the example from the Button styles here, we should be extracting hardcoded values for things such as Margin, Padding, CornerRadius, etc. and placing them into lightweight styleable resources.
Taking the above Button style as an example, the only remaining step would be to move those resource definitions inside of the ThemeDictionaries and duplicate them across all dictionaries in the ThemeDictionaries
Button
CheckBox
TextBox
PasswordBox
ToggleButton
RadioButton
Slider
ProgressRing
ProgressBar
ComboBox
DatePicker
FloatingActionButton
TextBlock Style
PipsPager
HyperlinkButton Style
NavigationView
The text was updated successfully, but these errors were encountered:
Following the example from the Button styles here, we should be extracting hardcoded values for things such as Margin, Padding, CornerRadius, etc. and placing them into lightweight styleable resources.
Taking the above Button style as an example, the only remaining step would be to move those resource definitions inside of the ThemeDictionaries and duplicate them across all dictionaries in the ThemeDictionaries
The text was updated successfully, but these errors were encountered: