Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

feat(Colors): Updates colors #60

Merged
merged 2 commits into from
Aug 16, 2019
Merged

feat(Colors): Updates colors #60

merged 2 commits into from
Aug 16, 2019

Conversation

mathewmorris
Copy link
Contributor

@mathewmorris mathewmorris commented Aug 16, 2019

There are a lot of existing PRs that rely on the colors being updated. Instead of making those changes on every PR, I made this to update colors in one sweep.

Colors were changed for specific components because gray => grey as well as basic theme file changes. If any components match the Figma file (as far as colors go), it is purely coincidence. Those specific changes will be made in their respective PRs.

Colors like green and blue were kept to mitigate breaking changes. Coincidentally, our primary and secondary colors are blue/green so it's only natural to make those the blue and green for our color scheme. But I wanted to leave those colors in to make this work out of the box.

@ci-reporter

This comment has been minimized.

@codecov
Copy link

codecov bot commented Aug 16, 2019

Codecov Report

Merging #60 into v5 will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##               v5      #60   +/-   ##
=======================================
  Coverage   66.29%   66.29%           
=======================================
  Files          22       22           
  Lines         451      451           
  Branches       91       91           
=======================================
  Hits          299      299           
  Misses        123      123           
  Partials       29       29
Impacted Files Coverage Δ
src/theme.js 100% <ø> (ø) ⬆️
src/Card/Card.js 100% <ø> (ø) ⬆️
src/Form/Input.js 46.55% <ø> (ø) ⬆️
src/Tabs/Tabs.js 66.66% <100%> (ø) ⬆️
src/Dropdown/Dropdown.js 92.85% <100%> (ø) ⬆️

Continue to review full report at Codecov.

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

1 similar comment
@codecov
Copy link

codecov bot commented Aug 16, 2019

Codecov Report

Merging #60 into v5 will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##               v5      #60   +/-   ##
=======================================
  Coverage   66.29%   66.29%           
=======================================
  Files          22       22           
  Lines         451      451           
  Branches       91       91           
=======================================
  Hits          299      299           
  Misses        123      123           
  Partials       29       29
Impacted Files Coverage Δ
src/theme.js 100% <ø> (ø) ⬆️
src/Card/Card.js 100% <ø> (ø) ⬆️
src/Form/Input.js 46.55% <ø> (ø) ⬆️
src/Tabs/Tabs.js 66.66% <100%> (ø) ⬆️
src/Dropdown/Dropdown.js 92.85% <100%> (ø) ⬆️

Continue to review full report at Codecov.

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

@mathewmorris mathewmorris merged commit 9d18867 into v5 Aug 16, 2019
@mathewmorris mathewmorris deleted the feat/patient-rd-colors branch August 16, 2019 20:19
mathewmorris added a commit that referenced this pull request Aug 23, 2019
* v5:
  feat(Button): Icon support and default style updates (#51)
  feat(Colors): Updates colors (#60)
  chore(release): 4.1.6
  fix(FormError): Fix crash in case context is null (#59)
  chore(release): 4.1.5
  fix: Use updater function in setState for Formbot updates (#58)
  chore(release): 4.1.4
  fix(validations): Fix handling of async validations as well as order of onChange notification (#57)
  chore(release): 4.1.3
  Async Formbot Validations (#56)
@kylealwyn kylealwyn mentioned this pull request Sep 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants