Skip to content

Commit

Permalink
chore(classic): correct shadow var
Browse files Browse the repository at this point in the history
  • Loading branch information
kirchoni committed Jun 15, 2023
1 parent 5a44714 commit 19bdda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/classic/scss/input/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ $kendo-input-focus-text: null !default;
$kendo-input-focus-border: rgba( black, .1 ) !default;
/// The shadow of the focused Input components.
/// @group input
$kendo-input-focus-shadow: 0 2px 4px 0 rgba( black, .03 ), 0 4px 5px 0 rgba( black, .04 ) !default;
$kendo-input-focus-shadow: $kendo-button-focus-shadow !default;

/// The background color of the selected Input components.
/// @group input
Expand Down

0 comments on commit 19bdda0

Please sign in to comment.