Skip to content

Commit b43ddc5

Browse files
heloiseluiriddhybansalmaradwan26
authored
feat(dialog): add border (#21947)
* feat(dialog): add border * fix(Dialog): prevent WC overflow --------- Co-authored-by: Riddhi Bansal <41935566+riddhybansal@users.noreply.github.com> Co-authored-by: Mahmoud <132728978+maradwan26@users.noreply.github.com>
1 parent 27f2292 commit b43ddc5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/styles/scss/components/dialog/_dialog.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,8 @@
267267

268268
.#{$prefix}--dialog-container {
269269
display: grid;
270+
box-sizing: border-box;
271+
border: 1px solid $border-subtle-01;
270272
background-color: $layer;
271273
grid-template-areas:
272274
'header'

0 commit comments

Comments
 (0)