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: use the right colors #6193

Merged
merged 2 commits into from
Oct 28, 2024
Merged

fix: use the right colors #6193

merged 2 commits into from
Oct 28, 2024

Conversation

satish-ravi
Copy link
Contributor

Description

Changes include:

  • Segmented control defaults to black instead of accent (only used in QR scanner screen)
  • Change black to accent in a few places in the CAB / recovery phrase flows
  • Change "Sign in another way" from secondary to text button with TextButton
  • Remove unused progress dots colors

Checked with design on all these

Test plan

Feature Before After
QR Scanner
Onboarding recovery phrase
Progress dots
CAB intro settings
CAB intro onboarding

Related issues

Backwards compatibility

Yes

Network scalability

N/A

Copy link

codecov bot commented Oct 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.88%. Comparing base (ba17b55) to head (9b0881f).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##             main    #6193    +/-   ##
========================================
  Coverage   88.88%   88.88%            
========================================
  Files         733      733            
  Lines       31166    31167     +1     
  Branches     5431     5733   +302     
========================================
+ Hits        27703    27704     +1     
+ Misses       3418     3264   -154     
- Partials       45      199   +154     
Files with missing lines Coverage Δ
src/components/SegmentedControl.tsx 80.55% <100.00%> (ø)
src/keylessBackup/KeylessBackupIntro.tsx 95.45% <ø> (ø)
src/keylessBackup/SignInWithEmail.tsx 98.13% <100.00%> (+0.01%) ⬆️
...boarding/registration/OnboardingRecoveryPhrase.tsx 86.79% <ø> (ø)
src/styles/progressDots.ts 100.00% <ø> (ø)

... and 64 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ba17b55...9b0881f. Read the comment docs.

Base automatically changed from satish/act-1432-1 to main October 28, 2024 18:46
@satish-ravi satish-ravi added this pull request to the merge queue Oct 28, 2024
Merged via the queue into main with commit 1d86457 Oct 28, 2024
15 checks passed
@satish-ravi satish-ravi deleted the satish/act-1432-2 branch October 28, 2024 21:01
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