From bae23e90e3faf3f6633132ab08035e760e3511df Mon Sep 17 00:00:00 2001 From: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com> Date: Sat, 4 May 2024 19:54:11 +0200 Subject: [PATCH] changed bg color of the icons to a darker color. --- components/Script.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/components/Script.tsx b/components/Script.tsx index 7493991..b7636a2 100644 --- a/components/Script.tsx +++ b/components/Script.tsx @@ -75,8 +75,7 @@ const ScriptItem: React.FC = ({ scriptID }) => { return (
{scriptID === "" ? ( -
-
+
) : (
{item && ( @@ -85,7 +84,7 @@ const ScriptItem: React.FC = ({ scriptID }) => {