Skip to content

Commit

Permalink
fix: 修复checkbox,radio 样式问题
Browse files Browse the repository at this point in the history
  • Loading branch information
sanqi-med committed Jun 21, 2023
1 parent c9b9e13 commit 33d66b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/quarkd/src/checkbox/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
display: inline-flex;
height: var(--checkbox-size, 16px);
width: var(--checkbox-size, 16px);
flex-shrink: 0;
}

:host .quark-checkbox-icon {
Expand Down
1 change: 1 addition & 0 deletions packages/quarkd/src/radio/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
display: inline-flex;
height: var(--radio-size, 20px);
width: var(--radio-size, 20px);
flex-shrink: 0;
}

:host .quark-radio-icon {
Expand Down

0 comments on commit 33d66b3

Please sign in to comment.