Fixes the configuration file
This commit is contained in:
@@ -71,7 +71,7 @@ const handleStartCategory = (categoryId) => {
|
||||
<div
|
||||
v-for="category in categories"
|
||||
:key="category.id"
|
||||
class="bg-surface/50 rounded-lg p-4 flex items-center justify-between hover:bg-surface/70 transition-colors"
|
||||
class="rounded-lg p-4 flex items-center justify-between hover:bg-white/5 transition-colors"
|
||||
>
|
||||
<span class="text-white font-medium">{{ category.name }}</span>
|
||||
<AppButton size="md" @click="handleStartCategory(category.id)">
|
||||
|
||||
Reference in New Issue
Block a user