Skip to content

Commit

Permalink
export video filter sass variable
Browse files Browse the repository at this point in the history
  • Loading branch information
SivanA-Kaltura committed Sep 2, 2024
1 parent e1ced4b commit 8d3e876
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/styles/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ $bottom-bar-bottom-gutter: 4;
$gui-gutter: 16;
$gui-small-gutter: 8;
$blur: 16px;
$video-filter: playkit-video-filter;
// *************** Backward Compatibility - Deprecated **************
$brand-color: #006bff; // - refs in playkit-ui and related-plugin
$white: #ffffff; // - refs in playkit-ui and related-plugin
Expand Down
1 change: 1 addition & 0 deletions src/styles/exported.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@ $playkit-background-color: var(--playkit-background-color);
$elevated-color: var(--playkit-elevated-color);
$paper-color: var(--playkit-paper-color);
$protection-color: var(--playkit-protection-color);
$video-filter: playkit-video-filter;

0 comments on commit 8d3e876

Please sign in to comment.