From b838f46b2ba814d3dc6ff100bddbd1cfbaf1502f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sat, 24 Jan 2026 22:25:53 +0400 Subject: [PATCH] fix: change color & variant pour le total des votes --- components/versions/version-comparison.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/versions/version-comparison.js b/components/versions/version-comparison.js index 05ab972..f586e4a 100644 --- a/components/versions/version-comparison.js +++ b/components/versions/version-comparison.js @@ -177,7 +177,8 @@ export default function VersionComparison({versionData, versionCompare, voteRefr = 0 ? '+' : ''}${voteCounts.total}`} size='small' - color={voteCounts.total > 0 ? 'success' : (voteCounts.total < 0 ? 'error' : 'default')} + color={voteCounts.total > 0 ? 'success' : (voteCounts.total < 0 ? 'error' : 'primary')} + variant='outlined' />