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 73737a0 commit 0b1b19dCopy full SHA for 0b1b19d
src/_TextInputWrapper.tsx
@@ -196,14 +196,7 @@ const TextInputWrapper = styled(TextInputBaseWrapper)<StyledWrapperProps>`
196
props.validationStatus === 'warning' &&
197
css`
198
border-color: ${get('colors.attention.emphasis')};
199
- ${renderFocusStyles(
200
- Boolean(props.hasTrailingAction),
201
- Boolean(props.isInputFocused),
202
- css`
203
- border-color: ${get('colors.attention.emphasis')};
204
- box-shadow: 0 0 0 3px ${get('colors.attention.muted')};
205
- `
206
- )}
+ ${renderFocusStyles(Boolean(props.hasTrailingAction), Boolean(props.isInputFocused))}
207
`}
208
209
${sx};
0 commit comments