Skip to content

Commit

Permalink
dialog style
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-figma committed Jun 14, 2024
1 parent a840f8e commit c9b15e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/primitives/Dialog/dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
border: var(--sds-size-border-width) solid
var(--sds-color-border-default-default);
max-width: var(--global-dialog-max-width);
width: 90%;
width: calc(100% - var(--sds-size-padding-lg) * 2);
}
.dialog-type-sheet {
align-self: flex-end;
Expand Down

0 comments on commit c9b15e2

Please sign in to comment.