Skip to content

Commit

Permalink
Update sidenav and tooltip colors in v9 theme (#1437) (#1438)
Browse files Browse the repository at this point in the history
Signed-off-by: Viraj Sanghvi <[email protected]>
(cherry picked from commit 2ffbb17)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

# Conflicts:
#	CHANGELOG.md

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 146ea56 commit 4ac215f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/themes/v9/global_styling/variables/_side_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

// Value not currently consumed by Side nav component
$ouiSideNavBackgroundColor: lightOrDarkTheme(#EBE4DF, #001C28) !default; // sass-lint:disable-line no-color-literals
$ouiSideNavBackgroundColor: lightOrDarkTheme(#EFE9E5, #001C28) !default; // sass-lint:disable-line no-color-literals

$ouiSideNavEmphasizedBackgroundColor: transparentize($ouiColorPrimary, .8) !default;

Expand Down
2 changes: 1 addition & 1 deletion src/themes/v9/global_styling/variables/_tool_tip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* GitHub history for details.
*/

$ouiTooltipBackgroundColor: $ouiColorDarkestShade !default;
$ouiTooltipBackgroundColor: lightOrDarkTheme($ouiColorDarkestShade, #293847) !default; // sass-lint:disable-line no-color-literals

$ouiTooltipAnimations: (
top: ouiToolTipTop,
Expand Down

0 comments on commit 4ac215f

Please sign in to comment.