Browse Source

Task/improve styling of tabs across various dialogs (#7028)

* Improve styling of tabs

* Update changelog
pull/7034/head
Thomas Kaul 1 week ago
committed by GitHub
parent
commit
d487cb465b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 3
      apps/client/src/styles/theme.scss

1
CHANGELOG.md

@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
- Improved the styling of the tabs across various dialogs
- Improved the styling of the page tabs component on desktop - Improved the styling of the page tabs component on desktop
- Enabled the _Bull Dashboard_ tab in the admin control panel (experimental) - Enabled the _Bull Dashboard_ tab in the admin control panel (experimental)
- Upgraded `bull-board` from version `7.1.5` to `7.2.1` - Upgraded `bull-board` from version `7.1.5` to `7.2.1`

3
apps/client/src/styles/theme.scss

@ -392,8 +392,11 @@ $gf-typography: (
@include mat.tabs-overrides( @include mat.tabs-overrides(
( (
active-focus-indicator-color: var(--gf-theme-primary-500),
active-focus-label-text-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-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-label-text-color: var(--gf-theme-primary-500),
active-ripple-color: var(--gf-theme-primary-500), active-ripple-color: var(--gf-theme-primary-500),
inactive-ripple-color: var(--gf-theme-primary-500) inactive-ripple-color: var(--gf-theme-primary-500)

Loading…
Cancel
Save