Skip to content

Commit

Permalink
fix(@clayui/sidebar): LPD-39580 Sidebar Header Title should be bold (…
Browse files Browse the repository at this point in the history
…700)
  • Loading branch information
ilzamcmed committed Nov 1, 2024
1 parent dfc8948 commit e0090c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/clay-css/src/scss/cadmin/variables/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ $cadmin-sidebar-header-component-title: () !default;
$cadmin-sidebar-header-component-title: map-deep-merge(
(
font-size: 20px,
font-weight: $cadmin-font-weight-semi-bold,
href: (
color: $cadmin-gray-900,
),
Expand Down
1 change: 0 additions & 1 deletion packages/clay-css/src/scss/variables/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ $sidebar-header-component-title: () !default;
$sidebar-header-component-title: map-deep-merge(
(
font-size: 1.5rem,
font-weight: $font-weight-semi-bold,
overflow-wrap: break-word,
href: (
color: $gray-900,
Expand Down

0 comments on commit e0090c3

Please sign in to comment.