From 26999a5c471c43d848833bce545160547ef1df1d Mon Sep 17 00:00:00 2001 From: Fernando da Silva Sousa Date: Fri, 29 Nov 2024 01:34:15 -0300 Subject: [PATCH] Melhora contraste do tema branco --- resources/js/Components/VotePresentation/HorizontalTable.vue | 2 +- resources/js/Pages/Room.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/js/Components/VotePresentation/HorizontalTable.vue b/resources/js/Components/VotePresentation/HorizontalTable.vue index d03817b..c2bee01 100644 --- a/resources/js/Components/VotePresentation/HorizontalTable.vue +++ b/resources/js/Components/VotePresentation/HorizontalTable.vue @@ -73,7 +73,7 @@ const props = defineProps({ >
{ :username="username" > -
+
Total {{ count }} votes @@ -152,7 +152,7 @@ const groupedVotes = computed(() => { :visible="true" > -
+
({{ (votes / count * 100).toFixed(0) }}%)