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

Tabbed-cards, the card is not supported properly. #96

Open
MichelJourdain opened this issue Apr 15, 2024 · 0 comments
Open

Tabbed-cards, the card is not supported properly. #96

MichelJourdain opened this issue Apr 15, 2024 · 0 comments

Comments

@MichelJourdain
Copy link

MichelJourdain commented Apr 15, 2024

When I use the tabbed-cards, for the headers-contained and footer-contained, the corners are square instead of having the round corners. Same thing for headers and footer.

IMG_8878

- type: custom:tabbed-card
   styles:
     --mdc-theme-primary: yellow
     --mdc-tab-text-label-color-default: lightblue
   options: {}

   tabs:
     - card:
         type: vertical-stack
         cards:
           - type: markdown
             content: "# Météo"
             card_mod:
               class: bar

           - type: custom:layout-card
             layout_type: custom:horizontal-layout
             layout:
               width: 360
               max_cols: 3
             cards:
               - type: vertical-stack
                 cards:
                 
                   - type: markdown
                     content: "# Prévisions"
                     card_mod:
                       class: header-contained

                   - !include ../Cartes/Carte-Meteo.yaml

                   - type: markdown
                     card_mod:
                        class: footer-contained
                     content: "##  "
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