Skip to content

Commit 3a84d7f

Browse files
authored
Remove footer gap in dialog control (#26)
1 parent a61aafd commit 3a84d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/unanimo/src/components/_dialog.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
border-radius: var(--border-radius-un-border__radius--l);
33
background-color: var(--elevation-un-elevation--2);
44
box-shadow: var(--box-shadows-un-box-shadow--2);
5-
gap: var(--spacing-un-spacing--xl);
65
padding: var(--spacing-un-spacing--l);
76
}
87

@@ -19,6 +18,7 @@
1918
%dialog__header {
2019
align-items: flex-start;
2120
gap: var(--spacing-un-spacing--l);
21+
margin-block-end: var(--spacing-un-spacing--xl);
2222
}
2323

2424
%dialog__caption {

0 commit comments

Comments
 (0)