|
7 | 7 | // -------------------------------------------------- |
8 | 8 |
|
9 | 9 | :host { |
10 | | - --border-color: #{globals.$ion-primitives-neutral-500}; |
| 10 | + --border-color: #{globals.$ion-border-input-default}; |
11 | 11 | --color: #{globals.$ion-text-default}; |
12 | | - --highlight-color-valid: #{globals.$ion-semantics-success-900}; |
| 12 | + --highlight-color-valid: #{globals.$ion-text-success}; |
13 | 13 | --highlight-color-invalid: #{globals.$ion-semantics-danger-800}; |
14 | 14 | --highlight-color-focused: #{globals.ion-color(primary, base)}; |
15 | | - --placeholder-color: #{globals.$ion-primitives-neutral-800}; |
| 15 | + --placeholder-color: #{globals.$ion-text-subtlest}; |
16 | 16 | --placeholder-opacity: 1; |
17 | 17 | --background: #{globals.$ion-bg-surface-default}; |
18 | 18 | --padding-bottom: #{globals.$ion-space-200}; |
|
64 | 64 | // -------------------------------------------------- |
65 | 65 |
|
66 | 66 | :host(.textarea-shape-soft) { |
67 | | - --border-radius: #{globals.$ion-border-radius-200}; |
| 67 | + --border-radius: #{globals.$ion-soft-xl}; |
68 | 68 | } |
69 | 69 |
|
70 | 70 | :host(.textarea-shape-round) { |
71 | | - --border-radius: #{globals.$ion-border-radius-400}; |
| 71 | + --border-radius: #{globals.$ion-round-xl}; |
72 | 72 | } |
73 | 73 |
|
74 | 74 | :host(.textarea-shape-rectangular) { |
75 | | - --border-radius: #{globals.$ion-border-radius-0}; |
| 75 | + --border-radius: #{globals.$ion-rectangular-xl}; |
76 | 76 | } |
77 | 77 |
|
78 | 78 | // Textarea Wrapper |
|
112 | 112 | transition: color globals.$ion-transition-time-150 globals.$ion-transition-curve-expressive, |
113 | 113 | transform globals.$ion-transition-time-150 globals.$ion-transition-curve-expressive; |
114 | 114 |
|
115 | | - color: globals.$ion-primitives-neutral-1000; |
| 115 | + color: globals.$ion-text-subtle; |
116 | 116 | } |
117 | 117 |
|
118 | 118 | :host(.label-floating) .label-text-wrapper { |
@@ -143,7 +143,7 @@ ion-icon { |
143 | 143 |
|
144 | 144 | .textarea-bottom .helper-text, |
145 | 145 | .textarea-bottom .counter { |
146 | | - color: globals.$ion-primitives-neutral-800; |
| 146 | + color: globals.$ion-text-subtlest; |
147 | 147 | } |
148 | 148 |
|
149 | 149 | :host(.has-focus.ion-valid) .helper-text { |
|
0 commit comments