Skip to content

Commit

Permalink
fix(ADA-1400): Changed Volume_Bar design to fit the contrast requirem…
Browse files Browse the repository at this point in the history
…ents (#914)

### Description of the Changes
 
Please add a detailed description of the change, whether it's an
enhancement or a bugfix.
If the PR is related to an open issue please link to it.
 
**Issue:**
 
Volume control bar was not meeting color contrast requirements
 
**Fix:**
 
Changed the color according to the design received, which is
corresponding to the color Tone1:
https://www.figma.com/design/8yTuCnuVHLYTFp89w7z05J/%F0%9F%93%BA-Player-v7?node-id=10596-24476
  • Loading branch information
RazvanBrinzoiK05 authored Aug 6, 2024
1 parent e250dd0 commit 415a3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/volume/_volume.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
left: 0;
width: 100%;
border-radius: 0 0 2px 2px;
background-color: $primary-color;
background-color: $tone-1-color;
}
}

Expand Down

0 comments on commit 415a3b2

Please sign in to comment.