From a329f715b1ce886fbdd473d9cec60cd738081bdb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com>
Date: Tue, 16 May 2023 08:54:07 +0100
Subject: [PATCH] fix: new colors

---
 frontends/web/react/components/tiles-gb/tiles-gb.css | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/frontends/web/react/components/tiles-gb/tiles-gb.css b/frontends/web/react/components/tiles-gb/tiles-gb.css
index f496179c..3b9783ea 100644
--- a/frontends/web/react/components/tiles-gb/tiles-gb.css
+++ b/frontends/web/react/components/tiles-gb/tiles-gb.css
@@ -1,8 +1,7 @@
 .tiles-gb > .canvas {
-    background-color: #1b1a17;
+    background-color: #000000;
     border: 2px solid #58b09c;
     border-radius: 8px 8px 8px 8px;
-    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.4);
     padding: 8px 8px 8px 8px;
 }
 
-- 
GitLab