Skip to content

Commit

Permalink
Merge pull request #30 from babylonlabs-io/remove-body-selector
Browse files Browse the repository at this point in the history
fix: build
  • Loading branch information
totraev authored Nov 23, 2024
2 parents 79ae0b7 + 64c0e47 commit 068a932
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Dialog/MobileDialog.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,13 @@ export const Default: Story = {
}}
>
<DialogHeader
title="Bitcoin Inscriptions"
className="b-text-primary-main"
onClose={() => {
setVisibility(false);
}}
>
Bitcoin Inscriptions
<Text>Subtitle</Text>
</DialogHeader>

<DialogBody className="b-pb-8 b-pt-4 b-text-primary-dark">
Expand Down

0 comments on commit 068a932

Please sign in to comment.