diff --git a/src/styles/index.ts b/src/styles/index.ts index ae2cf3937ac3..67be7cce1642 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -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),