Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Apply radius to checkbox and dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley committed Oct 11, 2023
1 parent e624f79 commit 1afab6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions assets/js/base/components/combobox/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@
min-width: 100%;
overflow: auto;
color: $input-text-active;
border-bottom-left-radius: $universal-border-radius;
border-bottom-right-radius: $universal-border-radius;

.has-dark-controls & {
background-color: $select-dropdown-dark;
Expand Down
2 changes: 1 addition & 1 deletion packages/checkout/components/checkbox-control/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
font-size: 1em;
appearance: none;
border: 2px solid $input-border-gray;
border-radius: 2px;
border-radius: $universal-border-radius;
box-sizing: border-box;
height: em(24px);
width: em(24px);
Expand Down

0 comments on commit 1afab6e

Please sign in to comment.