Skip to content

Commit

Permalink
fix(NcAppNavigationSettings): border radius of toggle button
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
  • Loading branch information
st3iny authored and backportbot[bot] committed Jul 9, 2024
1 parent 9949c44 commit 86b5c04
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 86b5c04

Please sign in to comment.