Skip to content

Commit

Permalink
fix(NumberKeyboard): customKey background-color when dark (ant-design…
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun authored Sep 23, 2022
1 parent 0316cf8 commit 58818a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/number-keyboard/number-keyboard.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
flex-wrap: wrap;
flex: 1;
&&-confirmed-style .@{class-prefix-number-keyboard}-key-sign {
background-color: var(--adm-color-white);
background-color: var(--adm-color-background);
}
}

Expand Down

0 comments on commit 58818a9

Please sign in to comment.