Skip to content

Commit

Permalink
fix(fluent): use correct variable for input suffix disabled text
Browse files Browse the repository at this point in the history
  • Loading branch information
zhpenkov committed Feb 3, 2025
1 parent b641639 commit 9b51e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fluent/scss/input/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}

.k-input-suffix {
color: var( --kendo-input-prefix-disabled-text, #{$kendo-input-prefix-disabled-text} );
color: var( --kendo-input-suffix-disabled-text, #{$kendo-input-suffix-disabled-text} );
}

@if($kendo-enable-color-system) {
Expand Down

0 comments on commit 9b51e50

Please sign in to comment.