Skip to content

Commit

Permalink
fix: update control style
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielLeefu committed Jan 27, 2024
1 parent 9db05a9 commit a9a5eae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/core/src/styles/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
user-select: none;
touch-action: manipulation;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
color: rgb(0, 0, 0);

&:disabled {
background-color: rgba(0, 0, 0, 0.04);
Expand Down

0 comments on commit a9a5eae

Please sign in to comment.