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

[CL-396] Update theme colors to new hexes #10968

Merged
merged 2 commits into from
Sep 10, 2024

Conversation

vleague2
Copy link
Contributor

@vleague2 vleague2 commented Sep 9, 2024

🎟️ Tracking

CL-396

📔 Objective

This PR updates the base color palette as per the most recent colors from design.

📸 Screenshots

Check Storybook for changes (recommend the Colors page and the Kitchen Sink).

⏰ Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Protected functional changes with optionality (feature flags)
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team

🦮 Reviewer guidelines

  • 👍 (:+1:) or similar for great changes
  • 📝 (:memo:) or ℹ️ (:information_source:) for notes or general info
  • ❓ (:question:) for questions
  • 🤔 (:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion
  • 🎨 (:art:) for suggestions / improvements
  • ❌ (:x:) or ⚠️ (:warning:) for more significant problems or concerns needing attention
  • 🌱 (:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt
  • ⛏ (:pick:) for minor or nitpick changes

Copy link

codecov bot commented Sep 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 35.05%. Comparing base (71f1939) to head (fd7d976).
Report is 40 commits behind head on ps/extension-refresh.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@                   Coverage Diff                    @@
##           ps/extension-refresh   #10968      +/-   ##
========================================================
+ Coverage                 33.07%   35.05%   +1.97%     
========================================================
  Files                      2680     2680              
  Lines                     83427    83427              
  Branches                  15858    15858              
========================================================
+ Hits                      27595    29245    +1650     
+ Misses                    53646    53212     -434     
+ Partials                   2186      970    -1216     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

github-actions bot commented Sep 9, 2024

Logo
Checkmarx One – Scan Summary & Detailsa2d72f13-96ba-40c2-b063-0677924658d1

No New Or Fixed Issues Found

@vleague2 vleague2 marked this pull request as ready for review September 10, 2024 15:00
@vleague2 vleague2 requested a review from a team as a code owner September 10, 2024 15:00
Copy link
Member

@danielleflinn danielleflinn left a comment

Choose a reason for hiding this comment

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

Overall looks great! I caught a few typos which I've commented on

@@ -9,36 +9,39 @@
--color-background-alt3: 18 82 163;
--color-background-alt4: 13 60 119;

Copy link
Member

Choose a reason for hiding this comment

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

Not sure if I missed this or if we missed it in the last color update but in Figma I have the following for background-alt:
background-alt=243, 246, 249

--color-warning-600: 255 191 0;
--color-warning-700: 255 248 228;

--color-info-100: 26 66 172;
Copy link
Member

Choose a reason for hiding this comment

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

info-100= 26, 65, 172

--color-warning-100: 87 52 0;
--color-warning-600: 255 187 87;
--color-warning-700: 255 207 138;
--color-warning-100: 172 88 0;
Copy link
Member

Choose a reason for hiding this comment

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

danger-700=255, 236, 239

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Wow I wasn't even close.....

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Wait, danger or warning?

Copy link
Member

Choose a reason for hiding this comment

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

Dark theme danger; idk how the comment ended up on warning 😬 You hadn't changed danger-700 at all so maybe Github cropped out the line?

Copy link
Contributor

Choose a reason for hiding this comment

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

just to clarify danger -> warning and warning -> info right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No, the variable names aren't changing, she just commented on the wrong line and we were confused 😂

Copy link
Contributor

@merissaacosta merissaacosta left a comment

Choose a reason for hiding this comment

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

double checked the figma values and everything looked good!

Copy link
Member

@danielleflinn danielleflinn left a comment

Choose a reason for hiding this comment

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

Storybook looks good!

@vleague2 vleague2 merged commit c74b7f7 into ps/extension-refresh Sep 10, 2024
64 of 65 checks passed
@vleague2 vleague2 deleted the ds/cl-396/color-updates branch September 10, 2024 18:49
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.

3 participants