Skip to content

Commit

Permalink
Merge pull request #715 from GSA/version-3.0.21
Browse files Browse the repository at this point in the history
Version update and color change for the progress bar
  • Loading branch information
yerramshilpa authored Oct 24, 2024
2 parents 4d7b394 + 347c524 commit a4c251a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gsa-sam/sam-styles",
"version": "3.0.21",
"version": "3.0.22",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion sam-styles/packages/sds-styles/progress-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.sds-progress-bar-container {
width: 100%;
height: 8px;
background-color: color("base-lighter");
background-color: color("base-light");
border-radius: 5px;
overflow: hidden;
}
Expand Down

0 comments on commit a4c251a

Please sign in to comment.