We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3391eb5 commit cdb08b3Copy full SHA for cdb08b3
packages/Webkul/WebForm/src/Resources/views/settings/web-forms/preview.blade.php
@@ -29,9 +29,14 @@ class="w-max"
29
alt="{{ config('app.name') }}"
30
/>
31
32
- <h1 style="color: {{ $webForm->form_title_color }} !important;">{{ $webForm->title }}</h1>
+ <h1
33
+ class="text-2xl font-bold"
34
+ style="color: {{ $webForm->form_title_color }} !important;"
35
+ >
36
+ {{ $webForm->title }}
37
+ </h1>
38
- <p>{{ $webForm->description }}</p>
39
+ <p class="mt-2 text-base text-gray-600">{{ $webForm->description }}</p>
40
41
<div
42
class="box-shadow flex min-w-[300px] flex-col rounded-lg border border-gray-200 bg-white p-4 dark:bg-gray-900"
0 commit comments