We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38a1b7b commit eb3951eCopy full SHA for eb3951e
core/src/components/chip/chip.ionic.scss
@@ -16,7 +16,7 @@
16
@include globals.border-radius(var(--border-radius));
17
@include globals.typography(globals.$ion-body-sm-medium);
18
19
- gap: globals.$ion-space-100;
+ gap: globals.$ion-space-100;
20
21
line-height: globals.$ion-font-line-height-full;
22
}
core/src/components/input/input.native.scss
@@ -1,7 +1,6 @@
1
@import "./input.common";
2
@import "../../themes/native/native.globals";
3
4
-
5
// Input: Native
6
// --------------------------------------------------
7
0 commit comments