Skip to content
Open
2 changes: 2 additions & 0 deletions client/styles/abstracts/_functions.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@use "variables";

@function map-fetch($map, $keys) {
$key: nth($keys, 1);
$length: length($keys);
Expand Down
10 changes: 7 additions & 3 deletions client/styles/abstracts/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ $themes: (
preferences-warning-color: $p5js-pink,
primary-text-color: $dark,
progress-bar-active-color: $p5js-active-pink,
progress-bar-background-color: $middle-gray,
progress-bar-background-color: $light,
progress-bar-border-color: $middle-gray,
search-background-color: $lightest,
search-clear-background-color: $light,
search-hover-background-color: $medium-dark,
Expand Down Expand Up @@ -205,7 +206,8 @@ $themes: (
preferences-warning-color: $yellow,
primary-text-color: $lightest,
progress-bar-active-color: $p5js-active-pink,
progress-bar-background-color: $middle-gray,
progress-bar-background-color: $darker,
progress-bar-border-color: $middle-dark,
search-background-color: $darker,
search-clear-background-color: $medium-dark,
search-hover-background-color: $p5js-pink,
Expand Down Expand Up @@ -301,7 +303,9 @@ $themes: (
preferences-warning-color: $yellow,
primary-text-color: $lightest,
progress-bar-active-color: $p5js-active-pink,
progress-bar-background-color: $middle-gray,
progress-bar-background-color: $darker,
progress-bar-active-color: $yellow,
progress-bar-border-color: $middle-light,
search-background-color: $darker,
search-clear-background-color: $medium-dark,
search-hover-background-color: $yellow,
Expand Down
1 change: 1 addition & 0 deletions client/styles/components/_asset-size.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

@include themify() {
background-color: getThemifyVariable('progress-bar-background-color');
border-color: getThemifyVariable('progress-bar-border-color');
}
}

Expand Down