Skip to content

Commit 671427e

Browse files
committed
fix: dialog size (#5468)
1 parent f76ed8a commit 671427e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/good-walls-behave.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ultraviolet/ui": patch
3+
---
4+
5+
Fix `Dialog` width

packages/ui/src/components/Dialog/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const StyledTextTitle = styled(Text)`
2525

2626
const StyledModal = styled(Modal)`
2727
&[data-size="${DIALOG_SIZE}"] {
28-
width: 27.5rem; // size is on purpose different than a modal
28+
width: 32.5rem; // size is on purpose different than a modal
2929
}
3030
`
3131

0 commit comments

Comments
 (0)