We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b400c7b commit f72b8b4Copy full SHA for f72b8b4
src/components/input/Input.tsx
@@ -152,9 +152,6 @@ const RNInput: React.FC<Partial<InputProps>> = forwardRef<
152
: inputTheme.variant[variant]?.prefix?.disabled,
153
),
154
155
- iconStyle: tailwind.style(
156
- cx(inputTheme.variant[variant]?.prefix?.common),
157
- ),
158
iconSize: size === "xl" ? 16 : 12,
159
})
160
: prefix;
@@ -190,9 +187,6 @@ const RNInput: React.FC<Partial<InputProps>> = forwardRef<
190
187
: inputTheme.variant[variant]?.suffix?.disabled,
191
188
192
189
193
194
- cx(inputTheme.variant[variant]?.suffix?.common),
195
196
197
198
: suffix;
0 commit comments