Skip to content

Commit

Permalink
feat: change text
Browse files Browse the repository at this point in the history
Signed-off-by: hiroki.yokouchi <[email protected]>
  • Loading branch information
8845musign committed Nov 1, 2024
1 parent 0438d23 commit 68ff171
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/stories/Button.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const WithIcon: Story = {
</Stack>

<Stack spacing="lg" as="dl">
<dt style={{ fontWeight: 'bold' }}>Key specification</dt>
<dt style={{ fontWeight: 'bold' }}>Name specification</dt>
<dd style={{ margin: 0 }}>
<div style={{ display: 'flex', flexDirection: 'row', alignItems: 'flex-start', gap: '32px' }}>
<Button icon="BlankLinkIcon" {...defaultArgs}>
Expand Down
2 changes: 1 addition & 1 deletion src/stories/LinkButton.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const WithIcon: Story = {
</Stack>

<Stack spacing="lg" as="dl">
<dt style={{ fontWeight: 'bold' }}>Key specification</dt>
<dt style={{ fontWeight: 'bold' }}>Name specification</dt>
<dd style={{ margin: 0 }}>
<div style={{ display: 'flex', flexDirection: 'row', alignItems: 'flex-start', gap: '32px' }}>
<LinkButton icon="BlankLinkIcon" {...defaultArgs}>
Expand Down

0 comments on commit 68ff171

Please sign in to comment.