feat: update styles and improve accessibility across frontend#2318
Open
siiddhantt wants to merge 5 commits intoarc53:mainfrom
Open
feat: update styles and improve accessibility across frontend#2318siiddhantt wants to merge 5 commits intoarc53:mainfrom
siiddhantt wants to merge 5 commits intoarc53:mainfrom
Conversation
Member
siiddhantt commented Mar 20, 2026
- Updated text colors to use foreground and muted-foreground for better contrast.
- Replaced hardcoded colors with theme-based classes for consistency.
- Enhanced input fields with icons for improved usability.
- Adjusted button styles for a more cohesive design.
- Refactored search input components to use consistent styling and layout.
- Improved layout and spacing in various components for better user experience.
- Updated tool and source titles and subtitles for clarity.
- Updated text colors to use foreground and muted-foreground for better contrast. - Replaced hardcoded colors with theme-based classes for consistency. - Enhanced input fields with icons for improved usability. - Adjusted button styles for a more cohesive design. - Refactored search input components to use consistent styling and layout. - Improved layout and spacing in various components for better user experience. - Updated tool and source titles and subtitles for clarity.
| @siiddhantt is attempting to deploy a commit to the Arc53 Team on Vercel. A member of the Team first needs to authorize it. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@ ## main #2318 +/- ## ========================================== + Coverage 47.14% 47.53% +0.38% ========================================== Files 182 186 +4 Lines 15263 15791 +528 ========================================== + Hits 7196 7506 +310 - Misses 8067 8285 +218 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ManishMadan2882 requested changes Mar 27, 2026
Collaborator
ManishMadan2882 left a comment
There was a problem hiding this comment.
There are lint failures npm run lint
✖ 779 problems (517 errors, 262 warnings) 517 errors and 0 warnings potentially fixable with the `--fix` option. | <div key={index} className="relative"> | ||
| <div | ||
| className="bg-gray-1000 dark:bg-gun-metal h-28 cursor-pointer rounded-4xl p-4 hover:bg-[#F1F1F1] dark:hover:bg-[#2C2E3C]" | ||
| className="bg-muted dark:bg-answer-bubble h-28 cursor-pointer rounded-4xl p-4 hover:bg-muted dark:hover:bg-muted" |
Collaborator
There was a problem hiding this comment.
it replaced specific distinct hover colors with hover:bg-muted on elements whose base is already bg-muted. if intentional please remove the redundant className
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.