Skip to content

Commit

Permalink
Update waves.yaml
Browse files Browse the repository at this point in the history
added the ha-card-border-width option to fix the border issue since 2022.11 

the theme does not use borders for the card so no harm done here.
  • Loading branch information
jossiee authored Nov 15, 2022
1 parent 250d150 commit 5d01330
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions themes/waves.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,12 @@ waves:
label-badge-text-color: var(--primary-text-color)
label-badge-red: var(--primary-color)
label-badge-blue: var(--light-primary-color)
# Cards colors
# Cards colors / border
ha-card-background: rgba(26, 40, 55, 0.5)
card-background-color: var(--secondary-background-color)
paper-card-background-color: var(--ha-card-background)
paper-listbox-background-color: var(--primary-background-color)
ha-card-border-width: 0px
# Toggle button colors
paper-toggle-button-checked-button-color: var(--primary-color)
paper-toggle-button-checked-bar-color: var(--light-primary-color)
Expand Down Expand Up @@ -205,12 +206,13 @@ waves:
label-badge-text-color: var(--primary-text-color)
label-badge-red: var(--primary-color)
label-badge-blue: var(--light-primary-color)
# Cards colors
# Cards colors / border
ha-card-background: rgba(236, 240, 241,0.7)
card-background-color: var(--secondary-background-color)
paper-card-background-color: var(--ha-card-background)
paper-listbox-background-color: var(--ha-card-background)
paper-item-icon-color: var(--primary-text-color)
ha-card-border-width: 0px
# Toggle button colors
paper-toggle-button-checked-button-color: var(--primary-color)
paper-toggle-button-checked-bar-color: var(--light-primary-color)
Expand Down

0 comments on commit 5d01330

Please sign in to comment.