From f4a51ac0eed98ad06fe1229e9659727c608aa163 Mon Sep 17 00:00:00 2001 From: Silberengel Date: Sun, 5 Oct 2025 08:19:50 +0200 Subject: [PATCH] make voting buttons fit theme better --- src/components/NoteStats/VoteButtons.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/NoteStats/VoteButtons.tsx b/src/components/NoteStats/VoteButtons.tsx index 6cd4d6c..fa7eb7f 100644 --- a/src/components/NoteStats/VoteButtons.tsx +++ b/src/components/NoteStats/VoteButtons.tsx @@ -93,13 +93,13 @@ export default function VoteButtons({ event }: { event: Event }) { vote('down')} - disabled={voting !== null} + disabled={voting !== null || userVote !== null} > - + )