File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ export default function Shortcut() {
14
14
< Button
15
15
className = "chbe-admin-shortcut-toggle"
16
16
variant = "tertiary"
17
+ // TODO: Remove this prop and add size="small" prop when
18
+ // the supported minimum WordPress version is 6.3 or higher.
19
+ // See: https://github.com/WordPress/gutenberg/pull/51842
17
20
isSmall
18
21
icon = { info }
19
22
iconSize = "18"
Original file line number Diff line number Diff line change @@ -34,6 +34,9 @@ export default function WelcomeGuide() {
34
34
< Button
35
35
className = "chbe-admin-welcome-guide-toggle"
36
36
variant = "tertiary"
37
+ // TODO: Remove this prop and add size="small" prop when
38
+ // the supported minimum WordPress version is 6.3 or higher.
39
+ // See: https://github.com/WordPress/gutenberg/pull/51842
37
40
isSmall
38
41
icon = { info }
39
42
iconSize = "18"
You can’t perform that action at this time.
0 commit comments