Skip to content

Commit

Permalink
fix: add font family to tasks (#2603)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnickii committed Jul 13, 2023
1 parent 0ba37cc commit e380b4a
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -52,6 +52,7 @@ $task-new-dropdown-border-radius: var(--task-new-dropdown-border-radius, calc(va
padding: $tasks-padding;
border: $tasks-border;
border-radius: $tasks-border-radius;
font-family: $font-family;

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

Expand Down

0 comments on commit e380b4a

Please sign in to comment.