Skip to content

Commit

Permalink
chore: design updated progress bar track color
Browse files Browse the repository at this point in the history
  • Loading branch information
mdt2 committed Apr 16, 2024
1 parent c990a8f commit 6b74834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/progressbar/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ governing permissions and limitations under the License.

/* Color */
--spectrum-progressbar-text-color: var(--spectrum-neutral-subdued-content-color-default);
--spectrum-progressbar-track-color: var(--spectrum-gray-100);
--spectrum-progressbar-track-color: var(--spectrum-gray-300);
--spectrum-progressbar-fill-color: var(--spectrum-accent-content-color-default);
--spectrum-progressbar-fill-color-positive: var(--spectrum-positive-visual-color);
--spectrum-progressbar-fill-color-notice: var(--spectrum-notice-visual-color);
Expand Down

0 comments on commit 6b74834

Please sign in to comment.