From d96eb67c3cba87b6060572b268fc7620445b2ac5 Mon Sep 17 00:00:00 2001 From: Alexander Ackermann Date: Fri, 17 Apr 2026 14:18:16 +0200 Subject: [PATCH 1/3] feat: make the topbar less prominent --- .../OcFloatingActionButton/OcFloatingActionButton.vue | 2 +- .../web-runtime/src/components/SidebarNav/SidebarNav.vue | 5 +++-- packages/web-runtime/src/layouts/Application.vue | 6 ++---- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/packages/design-system/src/components/OcFloatingActionButton/OcFloatingActionButton.vue b/packages/design-system/src/components/OcFloatingActionButton/OcFloatingActionButton.vue index d143fa953e..029e4260a0 100644 --- a/packages/design-system/src/components/OcFloatingActionButton/OcFloatingActionButton.vue +++ b/packages/design-system/src/components/OcFloatingActionButton/OcFloatingActionButton.vue @@ -21,7 +21,7 @@ :id="buttonId" class="rounded-full size-14" appearance="filled" - color-role="secondary" + color-role="primary" :aria-label="computedAriaLabel" :type="mode === 'action' && to ? routerLinkComponent : 'button'" :to="to" diff --git a/packages/web-runtime/src/components/SidebarNav/SidebarNav.vue b/packages/web-runtime/src/components/SidebarNav/SidebarNav.vue index 4890ef2a27..423a1a1e5b 100644 --- a/packages/web-runtime/src/components/SidebarNav/SidebarNav.vue +++ b/packages/web-runtime/src/components/SidebarNav/SidebarNav.vue @@ -5,12 +5,13 @@ >