From fae184332af7843671e22aaa87d6bf5d703ba7de Mon Sep 17 00:00:00 2001 From: g-pooja-03 Date: Tue, 26 Nov 2024 12:57:11 -0500 Subject: [PATCH] more style fixes --- client/src/components/main/voteComponent/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/main/voteComponent/index.css b/client/src/components/main/voteComponent/index.css index 77308ea..d52a90a 100644 --- a/client/src/components/main/voteComponent/index.css +++ b/client/src/components/main/voteComponent/index.css @@ -15,12 +15,12 @@ } .vote-button-upvoted { - background-color: #38a169; + background-color: #63a88a; color: white; } .vote-button-downvoted { - background-color: #e53e3e; + background-color: #be5362; color: white; }