Skip to content

Commit 8700d7b

Browse files
committed
changed input focus token
1 parent 1e33a57 commit 8700d7b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
// --------------------------------------------------
2424

2525
:host(.input-size-medium) .native-wrapper {
26-
min-height: 40px;
26+
min-height: globals.$ion-scale-1000;
2727
}
2828

2929
:host(.input-size-large) .native-wrapper {
30-
min-height: 48px;
30+
min-height: globals.$ion-scale-1200;
3131
}
3232

3333
:host(.input-size-xlarge) .native-wrapper {
34-
min-height: 56px;
34+
min-height: globals.$ion-scale-1400;
3535
}
3636

3737
// Ionic Input Password Toggle Sizes
@@ -57,7 +57,7 @@
5757
position: absolute;
5858

5959
height: 100%;
60-
min-height: 48px;
60+
min-height: globals.$ion-scale-1200;
6161

6262
transform: translateY(-50%);
6363

@@ -85,8 +85,8 @@
8585
// ----------------------------------------------------------------
8686

8787
.input-clear-icon {
88-
width: 16px;
89-
height: 16px;
88+
width: globals.$ion-scale-400;
89+
height: globals.$ion-scale-400;
9090

9191
color: globals.$ion-primitives-neutral-500;
9292
}
@@ -236,7 +236,7 @@
236236
// ----------------------------------------------------------------
237237

238238
:host(.has-focus) {
239-
--border-color: #{globals.$ion-semantics-primary-base};
239+
--border-color: #{globals.$ion-border-focus-default};
240240
}
241241

242242
:host(.has-focus) .input-highlight {

0 commit comments

Comments
 (0)