Skip to content

Commit ae82900

Browse files
fix(dialog): base styles (#1997)
Co-authored-by: Radoslav Karaivanov <[email protected]>
1 parent 1b656ff commit ae82900

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/components/dialog/themes/shared/dialog.bootstrap.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33

44
$theme: $bootstrap;
55

6-
[part='base'] {
6+
[part~='base'] {
77
min-width: rem(288px);
8-
border: 1px solid var-get($theme, 'border-color');
98
}
109

1110
[part='title'],

src/components/dialog/themes/shared/dialog.indigo.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
gap: rem(16px);
2121
}
2222

23-
[part='base'] {
23+
[part~='base'] {
2424
::slotted(igc-button) {
2525
--ig-size: 2;
2626
}

0 commit comments

Comments
 (0)