From 08efc1aa1a5d53807e3c9d4aeaeac54d909f2f65 Mon Sep 17 00:00:00 2001 From: thetek Date: Mon, 3 Jun 2024 11:28:01 +0200 Subject: [PATCH] i fucking hate svg --- .../Element/Complex/ApproveDenyButtonElement.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Element/Complex/ApproveDenyButtonElement.tsx b/src/components/Element/Complex/ApproveDenyButtonElement.tsx index 695e64f..929505d 100644 --- a/src/components/Element/Complex/ApproveDenyButtonElement.tsx +++ b/src/components/Element/Complex/ApproveDenyButtonElement.tsx @@ -322,7 +322,7 @@ const KEYFRAMES_MORE_INFO = [ ]; const FRAMETIME = 1.0 / 60.0; -const SPEED = 0.15; +const SPEED = 0.2; const formatColor = (color: number) => `#${('000000' + color.toString(16)).slice(-6)}`; @@ -515,8 +515,8 @@ const ApproveDenyButtonElement = ({ width: w, background: "linear-gradient(90deg, rgba(40, 40, 40, 0.00) 0%, rgba(76, 76, 76, 0.90) 40%, rgba(76, 76, 76, 0.90) 60%, rgba(40, 40, 40, 0.00) 100%)" }}> - - + + @@ -539,7 +539,7 @@ const ApproveDenyButtonElement = ({ {moreInfoButtonActive ? : <>} - +