Skip to content

Commit

Permalink
Theme (Header) - update next background (#936) (#976)
Browse files Browse the repository at this point in the history
* Theme (Header) - update next background

Signed-off-by: Josh Romero <rmerqg@amazon.com>

* add changelog

Signed-off-by: Josh Romero <rmerqg@amazon.com>

* Update ouiHeaderDarkBackgroundColor in next theme

Signed-off-by: Josh Romero <rmerqg@amazon.com>

---------

Signed-off-by: Josh Romero <rmerqg@amazon.com>
(cherry picked from commit fa48112)
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 48ddff6 commit 89858a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/themes/oui-next/global_styling/variables/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
*/

// Themeable colors
$ouiHeaderBackgroundColor: $ouiColorEmptyShade !default;
$ouiHeaderDarkBackgroundColor: lightOrDarkTheme(shade($ouiColorDarkestShade, 28%), shade($ouiColorLightestShade, 50%)) !default;
$ouiHeaderBackgroundColor: $ouiPageBackgroundColor !default;
// Always use the dark theme value of $ouiPageBackgroundColor for the dark header background
$ouiHeaderDarkBackgroundColor: #172430 !default;
$ouiHeaderBorderColor: $ouiBorderColor !default;
$ouiHeaderBreadcrumbColor: $ouiColorDarkestShade !default;

Expand Down

0 comments on commit 89858a0

Please sign in to comment.