-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: AppButton
colours don't change while switching themes
#1356
Comments
@Wagnerp Proposal:
|
@Smurf-IV Seems fine to me. |
Done so far:
|
- [x] Remove from their current "General" location in the designer - [x] Add new Area and values to the `State###` area with an appropriate named Key: i.e. `RibbonFileAppButton` - [ ] Use the existing values as the defaults, but not "Hard Code" them ! - [x] Wire up the usage of Disabled etc usages to use the `##Dark` and `##Light` overrides to follow the correct pattern - [x] Update the Breaking Changes area to state correct usages of the `RibbonFileAppButton` values - [ ] Fix Examples - [ ] Fix Theme Template editor #1356
While testing #1343, it has been discovered that
AppButton
colours don't change while switching themes. Looks as if it's not repainting somewhere.The text was updated successfully, but these errors were encountered: