|
14 | 14 | --border-style: solid; |
15 | 15 | --separator-width: 8px; |
16 | 16 | --separator-border-radius: 999px; |
17 | | - --separator-color: #{$background-color-step-150}; |
| 17 | + --separator-color: #{$gray-color-150}; |
18 | 18 | --highlight-color-focused: #{ion-color(primary, base)}; |
19 | 19 | --highlight-color-valid: #{ion-color(success, base)}; |
20 | 20 | --highlight-color-invalid: #{ion-color(danger, base)}; |
|
83 | 83 | } |
84 | 84 |
|
85 | 85 | :host(.input-otp-fill-solid) { |
86 | | - --border-color: #{$background-color-step-50}; |
87 | | - --background: #{$background-color-step-50}; |
| 86 | + --border-color: #{$gray-color-50}; |
| 87 | + --background: #{$gray-color-50}; |
88 | 88 | } |
89 | 89 |
|
90 | 90 | // States |
|
95 | 95 | } |
96 | 96 |
|
97 | 97 | :host(.input-otp-fill-outline.input-otp-disabled) { |
98 | | - --background: #{$background-color-step-50}; |
99 | | - --border-color: #{$background-color-step-100}; |
| 98 | + --background: #{$gray-color-50}; |
| 99 | + --border-color: #{$gray-color-100}; |
100 | 100 | } |
101 | 101 |
|
102 | 102 | :host(.input-otp-fill-outline.input-otp-readonly) { |
103 | | - --background: #{$background-color-step-50}; |
| 103 | + --background: #{$gray-color-50}; |
104 | 104 | } |
105 | 105 |
|
106 | 106 | :host(.input-otp-fill-solid.input-otp-disabled), |
107 | 107 | :host(.input-otp-fill-solid.input-otp-readonly) { |
108 | | - --border-color: #{$background-color-step-100}; |
109 | | - --background: #{$background-color-step-100}; |
| 108 | + --border-color: #{$gray-color-100}; |
| 109 | + --background: #{$gray-color-100}; |
110 | 110 | } |
111 | 111 |
|
112 | 112 | // Colors |
|
0 commit comments