Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

fix(Checkbox): refined styles to match redline and add dark and contrast theme#1656

Merged
bcalvery merged 24 commits intomasterfrom
fix/checkbox-themeing
Jul 23, 2019
Merged

fix(Checkbox): refined styles to match redline and add dark and contrast theme#1656
bcalvery merged 24 commits intomasterfrom
fix/checkbox-themeing

Conversation

@bcalvery
Copy link
Contributor

@bcalvery bcalvery commented Jul 16, 2019

Before:
image
image
image

After:
image
image
image

@codecov
Copy link

codecov bot commented Jul 16, 2019

Codecov Report

Merging #1656 into master will decrease coverage by 0.14%.
The diff coverage is 25%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1656      +/-   ##
==========================================
- Coverage   71.17%   71.02%   -0.15%     
==========================================
  Files         858      859       +1     
  Lines        7111     7134      +23     
  Branches     2034     2049      +15     
==========================================
+ Hits         5061     5067       +6     
- Misses       2044     2061      +17     
  Partials        6        6
Impacted Files Coverage Δ
...teams/components/Icon/svg/icons/stardustCircle.tsx 100% <ø> (ø) ⬆️
...emes/base/components/Checkbox/checkboxVariables.ts 0% <ø> (ø) ⬆️
.../themes/base/components/Checkbox/checkboxStyles.ts 6.25% <0%> (ø) ⬆️
...-contrast/components/Checkbox/checkboxVariables.ts 0% <0%> (ø)
...themes/teams/components/Checkbox/checkboxStyles.ts 5.88% <0%> (-44.12%) ⬇️
...mes/teams/components/Checkbox/checkboxVariables.ts 75% <100%> (+75%) ⬆️
...ackages/react/src/components/Checkbox/Checkbox.tsx 81.81% <100%> (+1.81%) ⬆️

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 5afe10c...fe9efed. Read the comment docs.

checkedBackground: string
checkedBorderColor: string
checkboxCheckedColor: string
checkboxToggleCheckedColor: string
Copy link
Contributor

Choose a reason for hiding this comment

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

I think that checkedToggleColor, checkedToggleBackground and checkedToggleBorderColor namings were fine.

to resolve undefined vars in base theme error
bcalvery added 2 commits July 22, 2019 13:27
Safely set colors in checkboxVariables with lodash
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants