Skip to content

Commit 495e8f6

Browse files
committed
Update extraneous Text component for styling in Sheet stories
1 parent 66922eb commit 495e8f6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

polaris-react/src/components/Sheet/Sheet.stories.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -468,10 +468,8 @@ export function WithSearchableListbox() {
468468
marginBottom: 'var(--p-space-2)',
469469
}}
470470
>
471-
<Text variant="bodyMd" color="subdued" as="span">
472-
<Text variant="headingXs" as="h3">
473-
Action
474-
</Text>
471+
<Text as="h3" variant="headingXs" color="subdued">
472+
Action
475473
</Text>
476474
<Button
477475
accessibilityLabel="Cancel"

0 commit comments

Comments
 (0)