From 4fc5cc0a6bacf85efabc27ef807a3c7c0d4c1606 Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Wed, 17 Jul 2024 13:34:06 +0200 Subject: [PATCH] fix(NcAppNavigationSettings): use tertiary styling for the toggle button Signed-off-by: Richard Steinmetz --- .../NcAppNavigationSettings/NcAppNavigationSettings.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NcAppNavigationSettings/NcAppNavigationSettings.vue b/src/components/NcAppNavigationSettings/NcAppNavigationSettings.vue index f9d0e200ae..76b873ef16 100644 --- a/src/components/NcAppNavigationSettings/NcAppNavigationSettings.vue +++ b/src/components/NcAppNavigationSettings/NcAppNavigationSettings.vue @@ -89,7 +89,7 @@ export default { width: 100%; padding: 0; margin: 0; - background-color: var(--color-main-background); + background-color: transparent; box-shadow: none; border: 0; border-radius: var(--body-container-radius);