Skip to content

Commit

Permalink
Fix typo on progress color
Browse files Browse the repository at this point in the history
  • Loading branch information
davibe committed Jun 20, 2024
1 parent b4737c4 commit cdc29e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/setup/forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ select {
}

progress {
--bg-color: var(--gray-40);
--filler-color: var(--gray-70);
--bg-color: var(--grey-40);
--filler-color: var(--grey-70);
--radius: 3em;
height: 8px;
width: 100%;
Expand Down

0 comments on commit cdc29e6

Please sign in to comment.