Skip to content

Commit e380b4a

Browse files
authored
fix: add font family to tasks (#2603)
1 parent 0ba37cc commit e380b4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/mgt-components/src/components/mgt-tasks/mgt-tasks.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ $task-new-dropdown-border-radius: var(--task-new-dropdown-border-radius, calc(va
5252
padding: $tasks-padding;
5353
border: $tasks-border;
5454
border-radius: $tasks-border-radius;
55+
font-family: $font-family;
5556

5657
--skeleton-fill: var(--neutral-foreground-active);
5758

0 commit comments

Comments
 (0)