Add vuestic for form

This commit is contained in:
2025-03-30 18:05:02 +02:00
parent 3fd31a39ed
commit 7bffdcca18
7 changed files with 64 additions and 51 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ const props = defineProps<{
<template>
<div
class="flex flex-col border-2 border-gray-200 transition-colors card mx-auto w-full"
:class="{ 'border-gray-800': active }"
:class="{ 'border-red-800': active }"
:style="{ backgroundColor: card.color }"
>
<div