Skip to content

Commit 1e3183b

Browse files
Ionic input has always a shape, so we don't need a default var value for border-radius;
1 parent 2734da0 commit 1e3183b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/components/input/input.ionic.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
:host {
99
--color: #{globals.$ion-primitives-neutral-1200};
1010
--border-width: #{globals.$ion-border-size-025};
11-
--border-radius: #{globals.$ion-border-radius-100};
1211
--highlight-color-valid: #{globals.$ion-semantics-success-900};
1312
--highlight-color-invalid: #{globals.$ion-border-danger-default};
1413
--placeholder-color: #{globals.$ion-primitives-neutral-800};

0 commit comments

Comments
 (0)