Skip to content

Commit

Permalink
fix(ui/components): checkboxVariants 내부 중복되는 borderColor 속성 제거 (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
sukvvon authored Aug 22, 2024
1 parent db44ce0 commit f10b1ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ui/src/components/checkbox/checkbox.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ const base = style([
{
boxSizing: 'border-box',
padding: 0,
borderColor: globalVars.palette.gray800,
borderStyle: 'solid',

selectors: {
Expand Down

0 comments on commit f10b1ec

Please sign in to comment.