fix(AngleUpIcon): Replace AngleUpIcon with RhMicronsCaretUpIcon#12497
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
WalkthroughSearchInput.tsx now uses updated RhMicrons icons for the previous and next navigation controls and for the submit button. No component API, props, or search behavior changes. ChangesSearchInput Icon Update
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
b747214 to
40d217f
Compare
|
Preview: https://pf-react-pr-12497.surge.sh A11y report: https://pf-react-pr-12497-a11y.surge.sh |
40d217f to
fbedebc
Compare
| isDisabled={isDisabled || isPreviousNavigationButtonDisabled} | ||
| onClick={onPreviousClick} | ||
| icon={<AngleUpIcon />} | ||
| icon={<RhMicronsCaretUpIcon />} |
There was a problem hiding this comment.
The "next" button below is using the RhMicronsCaretDownFillIcon (Fill, not base). Do we want to update this icon to match?
Co-authored-by: Cursor <cursoragent@cursor.com>
fbedebc to
9b83a06
Compare
What:
Part of #12402. Breaking into separate PRs so it is easier to review.
Additional issues:
Summary by CodeRabbit