You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -105,6 +106,10 @@ Add clear button to input with prop `clearable`.
105
106
## Prepend & Append
106
107
Input has append & prepend feature to place content inside input field. But the content that can be inserted is limited, which is only an icon.
107
108
109
+
<p-banner:dismissable="false">
110
+
When the prepend of <code>Textfield</code> was an icon, the color of icon must be <code>fg.subtle</code> (<code>.text-subtle</code>) and or <code>fg.subtlest</code> (<code>.text-subtlest</code>).
111
+
</p-banner>
112
+
108
113
### Prepend
109
114
<previewclass="flex-col space-y-3">
110
115
<p-input>
@@ -136,6 +141,10 @@ Input has append & prepend feature to place content inside input field. But the
136
141
137
142
### Append
138
143
144
+
<p-banner:dismissable="false"class="mt-4">
145
+
When the append of <code>Textfield</code> was an icon, the color of icon must be <ahref="/design-system/foundation/colors/#brand">brand</a> and or <ahref="/design-system/foundation/colors/#foregrounds">state(roles)</a> foregrounds. The spinner (circle loading) of <code>Textfield</code> must be <ahref="/design-system/foundation/colors/#brand">brand</a>, <code>fg.subtle</code> (<code>.text-subtle</code>) and or <code>fg.subtlest</code> (<code>.text-subtlest</code>).
0 commit comments