Add border-input class to text inputs with prefix/suffix#43
Conversation
|
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
📝 Storybook Preview: View Storybook This preview will be updated automatically when you push new changes to this PR.
|
This PR adds the
border-inputclass to text inputs with prefix and suffix elements to prevent Tailwind's default blue focus outline from showing.Changes:
border-inputclass to the TextInput component in the TextField component when it has prefix or suffix elements.This should help maintain consistent styling and prevent the default blue outline from appearing on focus.