Skip to content

Commit da40897

Browse files
authored
fix: set text color in sortable item (#99)
1 parent ed53a48 commit da40897

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/components/tasks/task-module/task-module-sortable/task-module-sortable-item/task-module-sortable-item.component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
:host {
55
display: block;
66
padding: $ksi-margin-small;
7+
color: $ksi-gray-30;
78

89
border: 1px solid $ksi-blue-200;
910
background-color: $ksi-blue-220;

0 commit comments

Comments
 (0)