From 068426c34e8cc28116501802eb9b58dcef59a720 Mon Sep 17 00:00:00 2001 From: Hannah Brownson Date: Thu, 11 Apr 2024 15:10:07 -0400 Subject: [PATCH] Fixing background color on cluster actions - Updated background to inherit --- pkg/app-launcher/pages/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/app-launcher/pages/index.vue b/pkg/app-launcher/pages/index.vue index a086ec4..7d16d6f 100644 --- a/pkg/app-launcher/pages/index.vue +++ b/pkg/app-launcher/pages/index.vue @@ -473,7 +473,7 @@ export default { z-index: 2; padding-bottom: 0.425rem; padding-right: 4.4rem; - background: rgb(27, 28, 33); + background: inherit; border-bottom: var(--header-border-size) solid var(--header-border); }