Skip to content

Commit

Permalink
style: 💄 [Input 输入框]epay主题readonly改为#f7f7f7
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeLittlePrince committed Sep 11, 2024
1 parent bac1d34 commit d00c568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparta/common/scss/epay/variable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ $input-font-size: 14px;
$input-color: $color-text-regular;
$input-background: #fff;
$input-background-disabled: #ededed;
$input-background-readonly: #ededed;
$input-background-readonly: #f7f7f7;
$input-background-append: #fff;
$input-background-format: #ffe9e6;
$input-color-append: $color-text-secondary;
Expand Down

0 comments on commit d00c568

Please sign in to comment.