Skip to content

Commit baea926

Browse files
committed
Fix a few more mushroom styles
Fixes #128
1 parent 518f17e commit baea926

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/timer-bar-mushroom-row.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)