You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(FEC-13955): Add finer control over tone colors to support light… (#885)
… theme dynamically
### Description of the Changes
**Issue:** opacity element of css color of Hex format can not
dynamically be changed
**Fix:** expose the tone ramp global vars as rgb values which can be
manipulated dynamically using built-in rgba() css funciton (i.e. :
`background-color: rgba(255 255 255, 0.1);)`
#### Resolves FEC-13955
#### Related PR
kaltura/playkit-js-audio-player#24
Co-authored-by: JonathanTGold <jonathan.gold@86@gmail.com>
0 commit comments