Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

fix(app): update toggle group, overflow btn, historical protocol run colors #14532

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

brenthagen
Copy link
Contributor

Overview

updates to helix colors to close tickets RAUT-978, RAUT-982, RAUT-989

Test Plan

verified correct colors, updated unit tests

Changelog

  • Updates toggle group, overflow button, historical protocol run colors

Review requests

check colors of component states in tickets

Risk assessment

low

@brenthagen brenthagen requested a review from a team February 20, 2024 22:07
@brenthagen brenthagen requested a review from a team as a code owner February 20, 2024 22:07
@brenthagen brenthagen requested review from mjhuff and removed request for a team February 20, 2024 22:07
@@ -26,6 +26,7 @@ const BUTTON_GROUP_STYLES = css`
&:focus {
box-shadow: none;
color: ${COLORS.white};
background-color: ${COLORS.blue50};
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this overrides the blue55 focus state background color that was coming from PrimaryButton

Copy link

codecov bot commented Feb 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (36fb1ce) 67.76% compared to head (0eb5508) 67.78%.
Report is 4 commits behind head on chore_release-7.2.0.

Additional details and impacted files

Impacted file tree graph

@@                   Coverage Diff                   @@
##           chore_release-7.2.0   #14532      +/-   ##
=======================================================
+ Coverage                67.76%   67.78%   +0.01%     
=======================================================
  Files                     2517     2517              
  Lines                    72058    72114      +56     
  Branches                  9276     9300      +24     
=======================================================
+ Hits                     48832    48879      +47     
- Misses                   21008    21014       +6     
- Partials                  2218     2221       +3     
Flag Coverage Δ
app 64.69% <ø> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
app/src/atoms/MenuList/OverflowBtn.tsx 100.00% <ø> (ø)
app/src/molecules/ToggleGroup/useToggleGroup.tsx 100.00% <ø> (ø)
...pp/src/organisms/Devices/HistoricalProtocolRun.tsx 55.55% <ø> (ø)

... and 2 files with indirect coverage changes

Copy link
Contributor

@mjhuff mjhuff left a comment

Choose a reason for hiding this comment

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

lgtm!

@brenthagen brenthagen merged commit 0e1c02b into chore_release-7.2.0 Feb 21, 2024
28 checks passed
@brenthagen brenthagen deleted the app_toggle-group-overflow-colors branch February 21, 2024 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants