UI patch
This commit is contained in:
@@ -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'"
|
||||
|
||||
Reference in New Issue
Block a user