LiveUI / Awesome

FontAwesome 6 Swift & SwiftUI implementation for iOS, tvOS & macOS
MIT License
97 stars 27 forks source link

dynamic colors not working? #71

Open MiguelSOliveira opened 1 year ago

MiguelSOliveira commented 1 year ago

Hi, I'm trying to use this package with colors that vary based on dark/light theme.

imagem

As you can see in the image, I'm using .accentColor, which the text shows as blue, but the icon shows as black. It always shows as black. Even when using .primary in dark mode which should be white

If i Write .white it works, strangely enough.

chitgoks commented 1 year ago

I think this should be considered. I also want the icon color to change to white (or gray or whatever) if it is in dark mode.

mouxdev commented 1 week ago

Any updates on this?