Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: use teal lines in ECR summary box #2957

Merged
merged 7 commits into from
Nov 25, 2024
Merged

fix: use teal lines in ECR summary box #2957

merged 7 commits into from
Nov 25, 2024

Conversation

mcmcgrath13
Copy link
Collaborator

PULL REQUEST

Summary

Use teal lines in ECR summary box, per design. Achieved by adding a themeColor prop to DataDisplay and DataTableDisplay leaving a default of "gray".

Related Issue

Fixes #2626

Additional Information

image

@ashton-skylight
Copy link
Collaborator

Excellent work!

Copy link
Collaborator

@BobanL BobanL left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good - just one question about if we could remove a duplicate class.

Comment on lines 48 to 53
.section__line {
border-top: 1px solid #99DEEA;
margin-top: .5rem;
margin-bottom: .5rem;
}

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it be too far out of scope of this work to just remove this class and replace it with .section__line_teal? If you think it's too much right now that's fine.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that's in scope - I'm all for clean up things while you're there (within reason)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed! and a lot extra

Copy link
Collaborator

@BobanL BobanL left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great still!

@mcmcgrath13 mcmcgrath13 added this pull request to the merge queue Nov 25, 2024
Merged via the queue into main with commit 4744eb3 Nov 25, 2024
15 checks passed
@mcmcgrath13 mcmcgrath13 deleted the mcm/teal-lines branch November 25, 2024 20:14
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dividing lines in eCR Summary should be teal, not gray
3 participants