Skip to content

Commit

Permalink
Fix(design-tokens): Use nontransparent color for form field hover
Browse files Browse the repository at this point in the history
  • Loading branch information
crishpeen committed Sep 19, 2024
1 parent d475996 commit be8f9b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ $form-field-content: #132930 !default;
$form-field-danger: #ba3e5a !default;
$form-field-default: #fff !default;
$form-field-helper-text: #666 !default;
$form-field-hover: #00000005 !default;
$form-field-hover: #fafafa !default;
$form-field-label: #132930 !default;
$form-field-placeholder: #666 !default;
$form-field-success: #009824 !default;
Expand Down

0 comments on commit be8f9b4

Please sign in to comment.