Skip to content

Commit

Permalink
Add back breadcrumb styles
Browse files Browse the repository at this point in the history
  • Loading branch information
mountiny committed Dec 21, 2023
1 parent dbb59d0 commit b5211eb
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1391,6 +1391,30 @@ const styles = (theme: ThemeColors) =>
textDecorationLine: 'none',
},

breadcrumb: {
color: theme.textSupporting,
fontSize: variables.fontSizeh1,
lineHeight: variables.lineHeightSizeh1,
...headlineFont,
},

breadcrumbStrong: {
color: theme.text,
fontSize: variables.fontSizeXLarge,
},

breadcrumbSeparator: {
color: theme.icon,
fontSize: variables.fontSizeXLarge,
lineHeight: variables.lineHeightSizeh1,
...headlineFont,
},

breadcrumbLogo: {
top: 1.66, // Pixel-perfect alignment due to a small difference between logo height and breadcrumb text height
height: variables.lineHeightSizeh1,
},

RHPNavigatorContainer: (isSmallScreenWidth: boolean) =>
({
...modalNavigatorContainer(isSmallScreenWidth),
Expand Down

0 comments on commit b5211eb

Please sign in to comment.