Skip to content

Commit

Permalink
fix(ui-top-nav-bar): change topnavbar secondary color to porcelaine
Browse files Browse the repository at this point in the history
Closes: INSTUI-4036

topnavbar secondary color changes
  • Loading branch information
joyenjoyer committed Apr 17, 2024
1 parent acc0672 commit 4284cc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -39,7 +39,7 @@ const generateComponentTheme = (theme: Theme): TopNavBarLayoutDesktopTheme => {
desktopFontWeight: typography?.fontWeightNormal,

desktopBackground: colors?.backgroundBrandSecondary,
desktopBackgroundInverse: colors?.backgroundLightest,
desktopBackgroundInverse: colors?.backgroundLight,
desktopBottomBorder: 'none',
desktopBottomBorderInverse: `${borders?.widthSmall} ${borders?.style} ${colors?.borderMedium}`,
desktopHeight: '4rem',
Expand Down
Expand Up @@ -41,7 +41,7 @@ const generateComponentTheme = (
smallViewportFontWeight: typography?.fontWeightNormal,

smallViewportBackground: colors?.backgroundBrandSecondary,
smallViewportBackgroundInverse: colors?.backgroundLightest,
smallViewportBackgroundInverse: colors?.backgroundLight,
smallViewportBottomBorder: 'none',
smallViewportBottomBorderInverse: `${borders?.widthSmall} ${borders?.style} ${colors?.borderMedium}`,
smallViewportHeight: '3.5rem',
Expand Down

0 comments on commit 4284cc0

Please sign in to comment.