fix(input,select): align field backgrounds and borders, add trigger hover - #125
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the Input and Select component styling in @eqtylab/equality to improve field border/background consistency and adds a subtle hover border treatment for the select trigger (per MIC-31).
Changes:
- Updated
Selecttrigger to use the shared field background/border tokens and added hover border mixing for light/dark themes. - Updated
Inputand its wrapper to usebg-backgroundand aligned border radius torounded-mdfor consistency. - Bumped
@eqtylab/equalitypackage version from3.2.1to3.2.2.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packages/ui/src/components/select/select.module.css | Aligns select trigger background/border with shared field tokens and adds hover border styling via mixed color variables. |
| packages/ui/src/components/input/input.module.css | Aligns input + input wrapper background and border radius with the same field styling used elsewhere. |
| packages/ui/package.json | Version bump to publish the styling consistency updates. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes: https://linear.app/eqty-lab/issue/MIC-31/component-border-color-consistency