File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,8 @@ export class TimerBarMushroomRow extends TimerBarEntityRow {
168168 font-weight : var (--card-primary-font-weight );
169169 font-size : var (--card-primary-font-size );
170170 line-height : var (--card-primary-line-height );
171- color : var (--primary-text-color );
171+ color : var (--card-primary-color );
172+ letter-spacing : var (--card-primary-letter-spacing );
172173 text-overflow : ellipsis;
173174 overflow : hidden;
174175 white-space : nowrap;
@@ -177,7 +178,8 @@ export class TimerBarMushroomRow extends TimerBarEntityRow {
177178 font-weight : var (--card-secondary-font-weight );
178179 font-size : var (--card-secondary-font-size );
179180 line-height : var (--card-secondary-line-height );
180- color : var (--secondary-text-color );
181+ color : var (--card-secondary-color );
182+ letter-spacing : var (--card-secondary-letter-spacing );
181183 text-overflow : ellipsis;
182184 overflow : hidden;
183185 white-space : nowrap;
You can’t perform that action at this time.
0 commit comments