Skip to content

Commit

Permalink
feat: change sidebar-item focus color
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti committed Oct 13, 2023
1 parent 6df7d7a commit 7b454f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $sidebar-color-stroke-default: theme(

$sidebar-color-stroke-focus: theme(
'sidebar-color-stroke-focus',
colors.stroke(medium)
colors.stroke(highlight)
);

$sidebar-item-color: theme('sidebar-item-color', colors.font(secondary-info));
Expand Down

0 comments on commit 7b454f0

Please sign in to comment.