From a445d9b7fa424685f9067c453480c0337735dcc2 Mon Sep 17 00:00:00 2001 From: mantikoros Date: Sat, 1 Oct 2022 15:54:14 -0500 Subject: [PATCH] make tip button green --- web/components/contract/tip-button.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/components/contract/tip-button.tsx b/web/components/contract/tip-button.tsx index 79059195..086fab06 100644 --- a/web/components/contract/tip-button.tsx +++ b/web/components/contract/tip-button.tsx @@ -33,15 +33,15 @@ export function TipButton(props: { 0 ? 'mr-2' : '', - userTipped ? 'fill-red-500 text-red-500' : '' + userTipped ? 'fill-green-700 text-green-700' : '' )} /> {totalTipped > 0 && (
99 ? 'text-[0.4rem] sm:text-[0.5rem]' : 'sm:text-2xs text-[0.5rem]'