Compare commits

..
Author SHA1 Message Date
Aidan Timson f1b6272455 Make date picker navigation arrows themeable 2026-08-14 09:58:21 +01:00
+1
View File
@@ -8,6 +8,7 @@ export const datePickerStyles = css`
}
calendar-date::part(button),
calendar-range::part(button) {
color: var(--primary-text-color);
border: none;
background-color: unset;
border-radius: var(--ha-border-radius-circle);