Skip to content

Commit

Permalink
Merge pull request #5765 from nextcloud-libraries/fix/NcAppNavigation…
Browse files Browse the repository at this point in the history
…Settings/toggle-border-radius

fix(NcAppNavigationSettings): border radius of toggle button
  • Loading branch information
susnux authored Jul 9, 2024
2 parents 915d8e1 + 8c75d88 commit fb5a532
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default {
background-color: var(--color-main-background);
box-shadow: none;
border: 0;
border-radius: var(--border-radius-pill);
border-radius: var(--body-container-radius);
text-align: left;
font-weight: normal;
font-size: 100%;
Expand Down

0 comments on commit fb5a532

Please sign in to comment.