have Tile card containers and buttons follow HA border-radius theme variable #21357
Unanswered
Mariusthvdb
asked this question in
Dashboard
Replies: 2 comments 6 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
-
Testing 2024.8 beta, I just noticed the succes of the overview post has now been obliterated.... the mods no longer kick in and all we get is the default border-radius back Not sure what has changed. personally I didnt change anything in my themes, so hope/fear it is something on core HA Frontend that was changed |
Beta Was this translation helpful? Give feedback.
4 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.
Uh oh!
There was an error while loading. Please reload this page.
-
trying to get the Tile card buttons and containers in style with my 0px default border-radius set in my themes, this is a bit of an issue.... I did manage to find some options using card_mod, but, as these elements are all named differently per device the tile cards are controlling, that modding is very complex, and prone to errors:
the tile cards seem to follow the hard-coded 10 px

and Id love to be able to have them follow my theme settings.
currently we need to do something like:
and this does not yet set the border-radius on the buttons in:

this is a FR to have a tile card variable control these border-radius's, so the user can set it in the theme for all Tile card features for light, climate, alarm_panel, slider etc etc
Ofc, if there already is such a variable, please let me know so I can delete this Discussion/FR and apologize for missing that in https://github.com/home-assistant/frontend/blob/dev/src/panels/lovelace/cards/hui-tile-card.ts
Beta Was this translation helpful? Give feedback.
All reactions