Home Automation: fix color of month (#8393)

This commit is contained in:
Tasuku Suzuki 2025-05-07 17:30:47 +09:00 committed by GitHub
parent 37ad2445a7
commit d85f11758c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -126,6 +126,7 @@ export component MainScreen inherits Rectangle {
spacing: 10px;
HaText {
text: Api.return-month();
color: Palette.info-foreground;
font-size: Style.H1-font-size;
font-weight: 100;
}