Skip to content

Commit

Permalink
Fix comment typo in CSS stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
blmage committed Jul 18, 2024
1 parent d397395 commit 4a58e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
color: var(--web-ui_progress-bar-color, #58cc02);
overflow: hidden;
-webkit-appearance: none;
/* Copied from the inline styles of the progress ba r*/
/* Copied from the inline styles of the progress bar */
--web-ui_progress-bar-color: rgb(var(--color-owl));
--__internal__progress-bar-height: 16px;
--__internal__progress-bar-inner-value: 0%;
Expand Down

0 comments on commit 4a58e9d

Please sign in to comment.