Skip to content

Commit

Permalink
feat(vue-input): change leading icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
devCrossNet committed Jan 30, 2022
1 parent 57b9a5d commit b4b83c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $input-border-error: 1px solid var(--brand-border-danger-high);
// leading icon
$input-leading-width: $space-40 - $space-4;
$input-leading-icon-size: $space-20;
$input-leading-color: var(--brand-text-default-high);
$input-leading-color: var(--brand-text-default-low);

// trailing icon
$input-trailing-width: $space-40 - $space-4;
Expand Down

0 comments on commit b4b83c4

Please sign in to comment.