Replies: 1 comment
-
I have the answer to my question! I'll post it in case it's helpful to anyone.
here is the final code of my card :
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Does anyone know how to change the color of an icon's .shape depending on dark or light themes?
I managed to make this change to the map background using
@media (prefers-color-scheme: dark)
and it works very well however I can't do it with the icon background.here is my card code :
If anyone has any ideas, I'm all ears !
I don't want to go through the hassle of changing the theme colors.
Beta Was this translation helpful? Give feedback.
All reactions