Edit logged food: dark bg on macro edit inputs (white-on-white fix) - #16
Merged
Merged
Conversation
10 number inputs in MealList edit grids had white text w/ no bg -> invisible. add colors.inputBg/inputBorder. also set color-scheme:dark on body so native spinners/UA styles match. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
new test drives Edit -> Edit Manually then asserts all 5 spinbuttons have bg-black + border-[#1a1a1a]. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This branch was successfully deployed
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.
Fixes #3
The 10 number inputs in MealList edit grids had text-white with no background, so browser-default white bg made values invisible. Adds the shared colors.inputBg/inputBorder classes and color-scheme: dark on body. New MealList.test.jsx asserts every spinbutton in manual-edit mode carries bg-black (fails on base, passes on branch).
🤖 Generated with Claude Code