Skip to content
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

Theme doesn't allow custom:text-divider-row to display properly #71

Open
jwmcintosh opened this issue Jun 10, 2024 · 0 comments
Open

Theme doesn't allow custom:text-divider-row to display properly #71

jwmcintosh opened this issue Jun 10, 2024 · 0 comments

Comments

@jwmcintosh
Copy link

jwmcintosh commented Jun 10, 2024

This theme does not present the custom card text-divider-row properly. I understand this is not your card and this may be challenging, but maybe not!?

This is the card I am using: https://github.com/iantrich/text-divider-row

And a code examples of how I am trying to use it:

type: entities
entities:
  - type: custom:text-divider-row
    text: Divider Text Here
card_mod:
  style: |
    ha-card {
      --text-divider-color: red;
      --secondary-text-color: blue;
      --text-divider-font-size: 24px;
      --text-divider-line-size: 3px;
      --text-divider-margin: 20px;
    }

What it looks like with your theme:
image

Same code but using Mushroom theme:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant