nextcloud-vue
nextcloud-vue copied to clipboard
NcAppNavigationSettings: Settings toggle button stil has `--pill` border radius
The toggle button for the app navigation settings is still using the old --pill border radius.
I tried to simply replace it with var(--border-radius-element, calc(var(--default-clickable-area) / 2)); but it somehow doesn't look right.
PR at https://github.com/nextcloud-libraries/nextcloud-vue/pull/5765 if you think this is good enough.