Skip to content

Commit 3d41af9

Browse files
committed
Dialog title fix for text search
1 parent 60f3eae commit 3d41af9

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

packages/firecms_cloud/src/components/subscriptions/TextSearchInfoDialog.tsx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import {
33
CloseIcon,
44
Dialog,
55
DialogContent,
6+
DialogTitle,
67
IconButton,
78
LoadingButton,
89
SearchIcon,
@@ -52,12 +53,12 @@ export function TextSearchInfoDialog({
5253
open={open}
5354
onOpenChange={(open: boolean) => !open ? closeDialog() : undefined}
5455
>
55-
<DialogContent className={"flex flex-col gap-4"}>
5656

57-
<Typography variant={"h5"} className={"flex flex-row gap-4 items-center"}>
58-
<SearchIcon/>
59-
Enable text search
60-
</Typography>
57+
<DialogTitle variant={"h5"} className={"flex flex-row gap-4 items-center"}>
58+
<SearchIcon/>
59+
Enable text search
60+
</DialogTitle>
61+
<DialogContent className={"flex flex-col gap-4"}>
6162

6263
<SubscriptionPlanWidget
6364
includeCTA={false}

0 commit comments

Comments
 (0)