File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed
polaris-react/src/components/Card Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,7 @@ export function Default() {
13
13
< Text as = "h3" variant = "headingMd" >
14
14
Online store dashboard
15
15
</ Text >
16
- < Text variant = "bodyMd" as = "p" >
17
- View a summary of your online store’s performance.
18
- </ Text >
16
+ < p > View a summary of your online store’s performance.</ p >
19
17
</ Stack >
20
18
</ Card >
21
19
) ;
@@ -28,9 +26,7 @@ export function WithBackgroundSubdued() {
28
26
< Text as = "h3" variant = "headingMd" >
29
27
Online store dashboard
30
28
</ Text >
31
- < Text variant = "bodyMd" as = "p" >
32
- View a summary of your online store’s performance.
33
- </ Text >
29
+ < p > View a summary of your online store’s performance.</ p >
34
30
</ Stack >
35
31
</ Card >
36
32
) ;
@@ -43,9 +39,7 @@ export function WithBorderRadiusRoundedAbove() {
43
39
< Text as = "h3" variant = "headingMd" >
44
40
Online store dashboard
45
41
</ Text >
46
- < Text variant = "bodyMd" as = "p" >
47
- View a summary of your online store’s performance.
48
- </ Text >
42
+ < p > View a summary of your online store’s performance.</ p >
49
43
</ Stack >
50
44
</ Card >
51
45
) ;
@@ -58,9 +52,7 @@ export function WithResponsivePadding() {
58
52
< Text as = "h3" variant = "headingMd" >
59
53
Online store dashboard
60
54
</ Text >
61
- < Text variant = "bodyMd" as = "p" >
62
- View a summary of your online store’s performance.
63
- </ Text >
55
+ < p > View a summary of your online store’s performance.</ p >
64
56
</ Stack >
65
57
</ Card >
66
58
) ;
You can’t perform that action at this time.
0 commit comments