mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 15:47:26 +00:00
Home Automation: fix color of month (#8393)
This commit is contained in:
parent
37ad2445a7
commit
d85f11758c
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue