Skip to content

Commit d2626ca

Browse files
committed
added missing fallback color
1 parent c222d12 commit d2626ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/components/timetable/LPTimeTable.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
}
7272

7373
.lpTimeTable .nowHeaderDate {
74-
color: var(--ds-text-subtle);
74+
color: var(--ds-text-subtle, #44546f);
7575
}
7676

7777
.lpTimeTable .nowBar {

0 commit comments

Comments
 (0)