Skip to content

Commit

Permalink
Rebrand: Fix grey scales
Browse files Browse the repository at this point in the history
  • Loading branch information
MisRob committed Mar 5, 2024
1 parent 506f677 commit 4747e7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div
class="bar-wrapper"
:style="{ backgroundColor: $themePalette.grey.v_400 }"
:style="{ backgroundColor: $themePalette.grey.v_200 }"
>
<div class="bar help" :style="helpLineStyle"></div>
<div class="bar" :style="barStyleStarted"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@
themeClass() {
return this.$computedClass({
':hover': {
// Background is light enough so that contents colored at grey.v_300
// are still visible.
backgroundColor: this.$themePalette.grey.v_100,
// Add equal and opposite margin and padding to give the highlighted
// region more space without increasing the size of the parent div.
Expand Down

0 comments on commit 4747e7f

Please sign in to comment.