Skip to content

Commit f0bc6f0

Browse files
committed
refactor(toast): add gap within button group
1 parent d931e27 commit f0bc6f0

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed
2 Bytes
Loading
-6 Bytes
Loading
1 Byte
Loading

core/src/components/toast/toast.ionic.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@
5555
@include globals.margin(null, globals.$ionic-space-400, globals.$ionic-space-400, null);
5656
}
5757

58+
.toast-button-group {
59+
gap: globals.$ionic-space-400;
60+
}
61+
5862
.toast-button {
5963
@include globals.typography(globals.$ionic-body-md-link);
6064
@include globals.padding(0);

0 commit comments

Comments
 (0)