Skip to content

Commit 72a271b

Browse files
committed
Adding default gap
1 parent dab2be3 commit 72a271b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

core/src/components/row/row.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
// Row
44
// --------------------------------------------------
5+
:root {
6+
--ion-col-gap: 0px;
7+
}
58

69
:host {
710
display: flex;

0 commit comments

Comments
 (0)