Skip to content

Commit

Permalink
fix(panelbar): fix typo that prevents setting a background color in p…
Browse files Browse the repository at this point in the history
…anelbar item in fluent
  • Loading branch information
TeyaVes committed Sep 20, 2022
1 parent 1d3db7f commit 6677d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fluent/scss/panelbar/_variables.scss
Expand Up @@ -123,7 +123,7 @@ $kendo-panelbar-selected-marker: get-theme-color-var( primary-100 ) !default;

/// Background color of the panelbar header when selected and hovered.
/// @group panelbar
$kendo-panelbar-header-selected-hovered-bg: $kendo-panelbar-header-selected-bg default;
$kendo-panelbar-header-selected-hovered-bg: $kendo-panelbar-header-selected-bg !default;
/// Text color of the panelbar header when selected and hovered.
/// @group panelbar
$kendo-panelbar-header-selected-hovered-text: $kendo-panelbar-header-hovered-text !default;
Expand Down

0 comments on commit 6677d8c

Please sign in to comment.