Skip to content

Commit

Permalink
chore: add soft border radius to container
Browse files Browse the repository at this point in the history
  • Loading branch information
frshwtr committed Jan 6, 2025
1 parent 9d272ce commit 023618a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/o-forms/src/scss/shared/_control-inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
line-height: unset;
box-sizing: border-box;
border: $_o-forms-border;
border-radius: oPrivateFoundationGet('o3-border-radius-1');
display: inline-flex;
flex-wrap: wrap;
text-align: center;
Expand Down

0 comments on commit 023618a

Please sign in to comment.