Skip to content

Commit 88d36a1

Browse files
Merge pull request #2219 from suraj-webkul/issue#2143
issue #2143 has been fixed.
2 parents 3a20b6b + cdb08b3 commit 88d36a1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

packages/Webkul/WebForm/src/Resources/views/settings/web-forms/preview.blade.php

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,14 @@ class="w-max"
2929
alt="{{ config('app.name') }}"
3030
/>
3131
32-
<h1 style="color: {{ $webForm->form_title_color }} !important;">{{ $webForm->title }}</h1>
32+
<h1
33+
class="text-2xl font-bold"
34+
style="color: {{ $webForm->form_title_color }} !important;"
35+
>
36+
{{ $webForm->title }}
37+
</h1>
3338
34-
<p>{{ $webForm->description }}</p>
39+
<p class="mt-2 text-base text-gray-600">{{ $webForm->description }}</p>
3540
3641
<div
3742
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

Comments
 (0)