Skip to content

Commit

Permalink
feat: add design system for Modal
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Aug 5, 2024
1 parent c14243f commit ef2f8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/Design/ModalDesign.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const ModalDesign: FC = () => {

return (
<Card>
<CardHeader title="Alerts" />
<CardHeader title="Modals" />
<Modal
icon={<ShoppingBagIcon className="size-5" />}
onClose={() => setShowXsModal(false)}
Expand Down

0 comments on commit ef2f8a0

Please sign in to comment.