From 541c9292532a2573e82812b486124fac78f0bb97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Thu, 27 Jun 2024 15:54:31 +0200 Subject: [PATCH] chore: update color to only green --- packages/devtools/src/runtime/plugins/view/Main.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/devtools/src/runtime/plugins/view/Main.vue b/packages/devtools/src/runtime/plugins/view/Main.vue index 3eccc6b6e5..c1313be44e 100644 --- a/packages/devtools/src/runtime/plugins/view/Main.vue +++ b/packages/devtools/src/runtime/plugins/view/Main.vue @@ -556,7 +556,7 @@ onMounted(() => { pointer-events: none; z-index: -1; border-radius: 9999px; - background-image: linear-gradient(45deg, #00dc82, #36e4da, #0047e1); + background-image: linear-gradient(45deg, #00dc82, #00dc82, #00dc82); filter: blur(60px); }