Skip to content

Commit

Permalink
fix(core/input): fix border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
nuke-ellington committed Aug 12, 2022
1 parent 8121863 commit 13efded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/scss/v7/theme/classic-dark/_sizes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $classic-dark-sizes: (
group--border-radius--focus: 0,
radiobtn--border-thickness: 2px,
radiobtn--focus--outline-offset: 1px,
input--border-radius: 4px,
input--border-radius: 2px,
input--border-thickness: 1px,
input--box-shadow: none,
input--focus--outline-offset: 1px,
Expand Down
2 changes: 1 addition & 1 deletion packages/core/scss/v7/theme/classic-light/_sizes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $classic-light-sizes: (
group--border-radius--focus: 0,
radiobtn--border-thickness: 2px,
radiobtn--focus--outline-offset: 1px,
input--border-radius: 4px,
input--border-radius: 2px,
input--border-thickness: 1px,
input--box-shadow: none,
input--focus--outline-offset: 1px,
Expand Down

0 comments on commit 13efded

Please sign in to comment.