Skip to content

Commit

Permalink
feat: Increase border-radius value switchpill (#4530)
Browse files Browse the repository at this point in the history
Increase border-radius value
  • Loading branch information
liquidely authored Aug 15, 2024
1 parent 0f2cc38 commit f2aefda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stylesheets/commons/SwitchButtons.less
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
position: absolute;
inset: 0;
z-index: 1;
border-radius: 0.5rem;
border-radius: 0.625rem;
background-color: #c1cee8;

.theme--light & {
Expand Down

0 comments on commit f2aefda

Please sign in to comment.