diff --git a/packages/ocean-core/src/components/_typography.scss b/packages/ocean-core/src/components/_typography.scss index 669c6ee28..0a7a0c139 100644 --- a/packages/ocean-core/src/components/_typography.scss +++ b/packages/ocean-core/src/components/_typography.scss @@ -71,6 +71,7 @@ font-family: $font-family-base; font-size: $font-size-sm; font-weight: $font-weight-bold; + line-height: $line-height-comfy; } &__description { @@ -84,7 +85,7 @@ } &__captionbold { - color: $color_interface_dark_up; + color: $color-interface-dark-down; font-family: $font-family-base; font-size: $font-size-xxxs; font-weight: $font-weight-medium; @@ -96,7 +97,7 @@ font-family: $font-family-base; font-size: $font-size-xxxs; font-weight: $font-weight-bold; - letter-spacing: 2.8px; + letter-spacing: 1.8px; line-height: $line-height-comfy; text-transform: uppercase; } diff --git a/packages/ocean-core/src/components/breadcrumb.scss b/packages/ocean-core/src/components/breadcrumb.scss index 791bf6490..d61ed7833 100644 --- a/packages/ocean-core/src/components/breadcrumb.scss +++ b/packages/ocean-core/src/components/breadcrumb.scss @@ -1,6 +1,8 @@ .ods-breadcrumb { align-items: center; display: flex; + font-family: $font-family-base; + font-size: $font-size-xxxs; gap: 4px; padding: 6px 0; @@ -23,11 +25,16 @@ border: transparent; outline: 1px solid transparent; padding: 0; + + svg { + color: $color-interface-dark-down; + } } span, button, a { + background-color: transparent; color: $color-interface-dark-up; font-family: $font-family-base; font-size: $font-size-xxxs;