fix ColorProvider: pass both day and night colors
This commit is contained in:
parent
843786507f
commit
90c705f790
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ class ClockWidget : GlanceAppWidget() {
|
||||||
Text(
|
Text(
|
||||||
text = text,
|
text = text,
|
||||||
style = style.copy(
|
style = style.copy(
|
||||||
color = ColorProvider(Color(0x90000000)),
|
color = ColorProvider(day = Color(0x90000000), night = Color(0x90000000)),
|
||||||
),
|
),
|
||||||
maxLines = maxLines,
|
maxLines = maxLines,
|
||||||
modifier = GlanceModifier.padding(start = 1.dp, top = 1.dp),
|
modifier = GlanceModifier.padding(start = 1.dp, top = 1.dp),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue