update border radius to 12px (#14201)

This commit is contained in:
Paul Bottein
2022-10-26 18:54:05 +02:00
committed by GitHub
parent 504e8dd946
commit 57291183ca
14 changed files with 22 additions and 22 deletions

View File

@@ -113,7 +113,7 @@ class DateRangePickerElement extends WrappedElement {
top: auto;
box-shadow: var(--ha-card-box-shadow, none);
background-color: var(--card-background-color);
border-radius: var(--ha-card-border-radius, 16px);
border-radius: var(--ha-card-border-radius, 12px);
border-width: var(--ha-card-border-width, 1px);
border-style: solid;
border-color: var(