fix(mobile): add border to cards for dark mode visibility#2628
fix(mobile): add border to cards for dark mode visibility#2628xingzihai wants to merge 1 commit intokarakeep-app:mainfrom
Conversation
Add 'border border-border' classes to mobile card components to match web styling and improve card visibility in dark mode. Fixes karakeep-app#2624 - BookmarkCard.tsx: Add border to main bookmark cards - HighlightCard.tsx: Add border to highlight cards - GroupedList.tsx: Add border to grouped list sections
|
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 selected for processing (3)
WalkthroughThree mobile UI card components were updated to add explicit borders to their root containers: Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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 |
Greptile SummaryThis PR adds
Confidence Score: 5/5Safe to merge — minimal, well-scoped cosmetic fix with no logic changes. All three changes are one-line additions of a class that is already used extensively elsewhere in the app. The No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "fix(mobile): add border to cards for dar..." | Re-trigger Greptile |
Fixes #2624
Summary
Add border to mobile card components to improve visibility in iOS dark mode.
Changes
border border-borderclasses to BookmarkCard, HighlightCard, and GroupedListTesting