Skip to content

Commit

Permalink
Fix dialog border radius
Browse files Browse the repository at this point in the history
It seems Home Assistant is now using this variable to set dialogs border radius and defaults to 28px when undefined.
  • Loading branch information
vincentwolsink authored Aug 8, 2022
1 parent 79a9427 commit a2ab23f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion themes/noctis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ noctis:
ha-card-border-radius: "5px"
border-color: 'none'

# Dialog
ha-dialog-border-radius: "5px"

# Icons
paper-item-icon-color: '#EBEBEB'
paper-item-icon-active-color: 'var(--accent-color)'
Expand Down Expand Up @@ -145,4 +148,4 @@ noctis:
# :host {
# --ha-card-box-shadow: none;
# }


0 comments on commit a2ab23f

Please sign in to comment.