Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(FEC-13880): Add css dynamic vars to support light theme #884

Merged
merged 1 commit into from
May 21, 2024

Conversation

JonathanTGold
Copy link
Contributor

@JonathanTGold JonathanTGold commented May 20, 2024

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-13880

Related Prs:
kaltura/playkit-js-share#44
kaltura/playkit-js-downloads#52

@JonathanTGold JonathanTGold self-assigned this May 20, 2024
@JonathanTGold JonathanTGold requested a review from a team May 20, 2024 10:17
@JonathanTGold JonathanTGold merged commit 8a6a339 into master May 21, 2024
11 checks passed
JonathanTGold added a commit to kaltura/playkit-js-downloads that referenced this pull request May 21, 2024
### Description of the Changes

Add support for Light Theme

####  Resolves: FEC-13880

Related Prs: 
kaltura/playkit-js-ui#884
kaltura/playkit-js-share#44

---------

Co-authored-by: JonathanTGold <jonathan.gold@[email protected]>
JonathanTGold added a commit to kaltura/playkit-js-share that referenced this pull request May 21, 2024
### Description of the Changes

Add support for Light Theme

####  Resolves: FEC-13880

Related Prs: 
kaltura/playkit-js-ui#884
kaltura/playkit-js-downloads#52

---------

Co-authored-by: JonathanTGold <jonathan.gold@[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants