We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd73345 commit 3dd1736Copy full SHA for 3dd1736
1 file changed
packages/ui-text-input/src/TextInput/v2/styles.ts
@@ -206,7 +206,9 @@ const generateStyle = (
206
flexDirection: 'row'
207
},
208
beforeElement: {
209
- ...(interaction === 'disabled' && { opacity: 0.5 }),
+ ...(interaction === 'disabled'
210
+ ? { opacity: 0.5 }
211
+ : { display: 'contents' }),
212
label: 'textInput__beforeElement'
213
214
afterElement: {
0 commit comments