Skip to content

Commit 090e9ad

Browse files
authored
Merge pull request #3863 from NishulDhakar/fix/storage-bar-contrast
Fix/storage bar contrast
2 parents 5e5b3ce + 08d9bd7 commit 090e9ad

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

client/styles/abstracts/_variables.scss

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ $themes: (
108108
preferences-warning-color: $p5js-pink,
109109
primary-text-color: $dark,
110110
progress-bar-active-color: $p5js-active-pink,
111-
progress-bar-background-color: $middle-gray,
111+
progress-bar-background-color: $light,
112+
progress-bar-border-color: $middle-gray,
112113
search-background-color: $lightest,
113114
search-clear-background-color: $light,
114115
search-hover-background-color: $medium-dark,
@@ -205,7 +206,8 @@ $themes: (
205206
preferences-warning-color: $yellow,
206207
primary-text-color: $lightest,
207208
progress-bar-active-color: $p5js-active-pink,
208-
progress-bar-background-color: $middle-gray,
209+
progress-bar-background-color: $darker,
210+
progress-bar-border-color: $middle-gray,
209211
search-background-color: $darker,
210212
search-clear-background-color: $medium-dark,
211213
search-hover-background-color: $p5js-pink,
@@ -300,8 +302,9 @@ $themes: (
300302
preferences-button-background-color: $medium-light,
301303
preferences-warning-color: $yellow,
302304
primary-text-color: $lightest,
303-
progress-bar-active-color: $p5js-active-pink,
304-
progress-bar-background-color: $middle-gray,
305+
progress-bar-active-color: $yellow,
306+
progress-bar-background-color: $darker,
307+
progress-bar-border-color: $middle-light,
305308
search-background-color: $darker,
306309
search-clear-background-color: $medium-dark,
307310
search-hover-background-color: $yellow,

client/styles/components/_asset-size.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
@include themify() {
2222
background-color: getThemifyVariable('progress-bar-background-color');
23+
border-color: getThemifyVariable('progress-bar-border-color');
2324
}
2425
}
2526

0 commit comments

Comments
 (0)