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
Describe the bug
I wanna use SolidBackgroundFillColorBase in my app, and i see the light mode color, while i'm using dark mode for the app. When i did check the docs, SolidBackgroundFillColorBase got it's dark & light values swapped (dark mode color is light mode color, and vice-versa)
Screenshots
Desktop/Platform (please complete the following information):
OS: Independant
FluentAvalonia 2.0.0
Avalonia 11.1.0
The text was updated successfully, but these errors were encountered:
RaphProductions
changed the title
SolidBackgroundFillColorBase got it dark & light values swapped
SolidBackgroundFillColorBase got it's dark & light values swapped
Sep 4, 2024
Without any further information, it looks like you're declaring it somewhere (a ResourceDictionary) where the lookup is done when loading (defaults to Light mode) before the DarkMode is applied. Is there any reason you need to redefine it? Try just using SolidBackgroundFillColorBaseBrush on the element you want to set the background on.
Describe the bug
I wanna use SolidBackgroundFillColorBase in my app, and i see the light mode color, while i'm using dark mode for the app. When i did check the docs, SolidBackgroundFillColorBase got it's dark & light values swapped (dark mode color is light mode color, and vice-versa)
Screenshots
Desktop/Platform (please complete the following information):
The text was updated successfully, but these errors were encountered: