lovelace-ios-dark-mode-theme icon indicating copy to clipboard operation
lovelace-ios-dark-mode-theme copied to clipboard

Wrong colors with vertical-stack-in-card

Open bieniu opened this issue 4 years ago • 1 comments

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

bieniu avatar Jan 17 '20 18:01 bieniu

This is not an issue of this theme, see https://community.home-assistant.io/t/appying-card-mod-to-vertitcal-stack-in-card/124799/11

basnijholt avatar May 07 '20 07:05 basnijholt