From 7639ef21be9f0d5b05a12f55635e7ace43aafe74 Mon Sep 17 00:00:00 2001 From: yond1994 Date: Mon, 3 Jun 2024 18:40:36 +0200 Subject: [PATCH] update color --- apps/web/app/globals.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/app/globals.css b/apps/web/app/globals.css index 4bc9ea1edea..cbc6279fd65 100644 --- a/apps/web/app/globals.css +++ b/apps/web/app/globals.css @@ -4,7 +4,7 @@ :root { /* Brand Colors */ - --formbricks-brand: #038178; + --formbricks-brand: #215aaa; /* Fill Colors */ --formbricks-fill-primary: #fefefe; @@ -28,7 +28,7 @@ .dark { /* Brand Colors */ - --formbricks-brand: #038178; + --formbricks-brand: #215aaa; /* Fill Colors */ --formbricks-fill-primary: #0f172a;