We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f76ed8a commit 671427eCopy full SHA for 671427e
.changeset/good-walls-behave.md
@@ -0,0 +1,5 @@
1
+---
2
+"@ultraviolet/ui": patch
3
4
+
5
+Fix `Dialog` width
packages/ui/src/components/Dialog/index.tsx
@@ -25,7 +25,7 @@ const StyledTextTitle = styled(Text)`
25
26
const StyledModal = styled(Modal)`
27
&[data-size="${DIALOG_SIZE}"] {
28
- width: 27.5rem; // size is on purpose different than a modal
+ width: 32.5rem; // size is on purpose different than a modal
29
}
30
`
31
0 commit comments