Skip to content

Commit

Permalink
Protect: Add ProgressBar wrapper background (#38847)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkmyta authored Aug 14, 2024
1 parent 62bf557 commit 6a54775
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

Adds a background to the scan progress bar
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

&__wrapper {
width: 100%;
border-radius: calc( var( --spacing-base ) * 3 ); // 24px
background-color: var( --jp-gray-5 );
}

&__bar {
Expand Down

0 comments on commit 6a54775

Please sign in to comment.