Skip to content

Commit

Permalink
fix(progress): underline when selected
Browse files Browse the repository at this point in the history
  • Loading branch information
Innders committed Nov 1, 2024
1 parent 6fd3887 commit 1c1368a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export const Path = styled.span`
&.selected {
color: var(--md-sys-color-primary);
text-decoration: underline;
}
`

Expand Down

0 comments on commit 1c1368a

Please sign in to comment.