Skip to content

Commit cdb08b3

Browse files
committed
issue #2143 has been fixed.
1 parent 3391eb5 commit cdb08b3

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)