Add vuestic for form
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user