fix: use grey-100 instead of light so that it is properly set in dark mode
This commit is contained in:
@ -520,14 +520,14 @@ $gantt-vertical-border-color: var(--grey-100);
|
||||
}
|
||||
|
||||
&.has-light-text {
|
||||
color: var(--light);
|
||||
color: var(--grey-100);
|
||||
|
||||
&.done span:after {
|
||||
border-top: 1px solid var(--light);
|
||||
border-top: 1px solid var(--grey-100);
|
||||
}
|
||||
|
||||
.edit-toggle {
|
||||
color: var(--light);
|
||||
color: var(--grey-100);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user