fix: use text-light for add-card in kanban
This commit is contained in:
parent
de43875f3d
commit
31dbeca4a2
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@
|
|||
justify-content: center;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
color: var(--gray-700);
|
||||
color: var(--text-light);
|
||||
background-color: var(--fg-color);
|
||||
box-shadow: none;
|
||||
height: 27px;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue