File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
packages/firecms_cloud/src/components/subscriptions Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 3
3
CloseIcon ,
4
4
Dialog ,
5
5
DialogContent ,
6
+ DialogTitle ,
6
7
IconButton ,
7
8
LoadingButton ,
8
9
SearchIcon ,
@@ -52,12 +53,12 @@ export function TextSearchInfoDialog({
52
53
open = { open }
53
54
onOpenChange = { ( open : boolean ) => ! open ? closeDialog ( ) : undefined }
54
55
>
55
- < DialogContent className = { "flex flex-col gap-4" } >
56
56
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" } >
61
62
62
63
< SubscriptionPlanWidget
63
64
includeCTA = { false }
You can’t perform that action at this time.
0 commit comments