Update header to white background with black text matching Figma design #78
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.
Update header to white background with black text matching Figma design
Summary
Updated the day/default theme header styling to use a white background with black text instead of the previous red background with white text, based on Figma design specifications from this design node.
Color changes:
#b92b27(red) →#ffffff(white)#fff(white) →#000(black)hsla(0,0%,100%,.9)(white) →#444(gray), with#000(black) on hover/active#b92b27(red) →#e0e0e0(light gray)Files modified:
src/app/shared/scss/_theme_variables.scss- Updated day theme variablessrc/app/core/header/header.component.scss- Updated header text colorsScreenshots:
Figma Design:

Before:

After:

Review & Testing Checklist for Human
Recommended Test Plan
Notes
Link to Devin run: https://app.devin.ai/sessions/2daa2cf54aef483090de263fe7ebefa3
Requested by: @lukeepage2