Skip to content

Commit

Permalink
feat: decrease border radius a little
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Oct 13, 2020
1 parent ce240c8 commit f08b3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/features/tasks/task/task.component.mixins.scss
Expand Up @@ -9,7 +9,7 @@ $task-icon-default-opacity: 0.7;
$task-current-task-zoom: 1.0178571428, 1;
$task-inner-padding-top-bottom: 4px;
$task-is-done-dim-opacity: 0.3;
$task-border-radius: 8px;
$task-border-radius: 6px;

// z-indexes
$z-drag-handle: 1;
Expand Down

0 comments on commit f08b3a2

Please sign in to comment.