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

Wrong colors with vertical-stack-in-card #21

Open
bieniu opened this issue Jan 17, 2020 · 1 comment
Open

Wrong colors with vertical-stack-in-card #21

bieniu opened this issue Jan 17, 2020 · 1 comment

Comments

@bieniu
Copy link

bieniu commented Jan 17, 2020

I use vertical-stack-in-card to join glance and entities cards. Your theme colors are wrong with that configuration. There is difference between title background color and card background color. And the color of the gap between glance and entities card is wrong.

         - type: custom:vertical-stack-in-card
            title: "Sypialnia"
            cards:
              - type: glance
                show_name: false
                entities:
                  - sensor.temperature_sypialnia
                  - sensor.humidity_sypialnia
                  - sensor.illumination_sypialnia
              - type: entities
                style: |
                  .card-content {
                    padding-top: 0px;
                  }
                show_header_toggle: false
                entities:
                  - binary_sensor.window_sypialnia
                  - binary_sensor.balcony_door_sypialnia
                  - entity: binary_sensor.motion_sypialnia
                    secondary_info: last-changed
                  - climate.thermostat_sypialnia
                  - light.lightstrip_sypialnia
                  - switch.christmas_lights_sypialnia

image

@basnijholt
Copy link
Owner

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

2 participants