This commit is contained in:
austnv
2026-06-07 01:47:51 +03:00
parent fa8498ef4c
commit d42aafaad7
5 changed files with 18 additions and 11 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
v-for="period in availablePeriods"
:key="period.value"
@click="selectedPeriod = period.value"
class="px-5 py-2 rounded-full text-sm font-medium transition"
class="px-5 py-2 rounded-full text-sm font-medium transition hover:cursor-pointer"
:class="selectedPeriod === period.value
? 'bg-blue-600 text-white shadow-md'
: 'bg-gray-200 dark:bg-gray-700 text-gray-700 dark:text-gray-300 hover:bg-gray-300 dark:hover:bg-gray-600'"