diff --git a/CHANGELOG.md b/CHANGELOG.md index 95770cad9..cd2658a77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Improved the styling of the tabs across various dialogs - Improved the styling of the page tabs component on desktop - Enabled the _Bull Dashboard_ tab in the admin control panel (experimental) - Upgraded `bull-board` from version `7.1.5` to `7.2.1` diff --git a/apps/client/src/styles/theme.scss b/apps/client/src/styles/theme.scss index f8a194651..ef2fa397c 100644 --- a/apps/client/src/styles/theme.scss +++ b/apps/client/src/styles/theme.scss @@ -392,8 +392,11 @@ $gf-typography: ( @include mat.tabs-overrides( ( + active-focus-indicator-color: var(--gf-theme-primary-500), active-focus-label-text-color: var(--gf-theme-primary-500), + active-hover-indicator-color: var(--gf-theme-primary-500), active-hover-label-text-color: var(--gf-theme-primary-500), + active-indicator-color: var(--gf-theme-primary-500), active-label-text-color: var(--gf-theme-primary-500), active-ripple-color: var(--gf-theme-primary-500), inactive-ripple-color: var(--gf-theme-primary-500)