-
Notifications
You must be signed in to change notification settings - Fork 53
fix(Button): Implementing Contrast Theme and Updating Dark Theme #381
Conversation
Codecov Report
@@ Coverage Diff @@
## master #381 +/- ##
=======================================
Coverage 91.77% 91.77%
=======================================
Files 41 41
Lines 1326 1326
Branches 168 168
=======================================
Hits 1217 1217
Misses 105 105
Partials 4 4 Continue to review full report at Codecov.
|
…x/buttons-contrasttheme
Refactoring buttonVariables to use Partial utility.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
maxWidth: '100%', | ||
}), | ||
|
||
// Overrides for "disabled" buttons |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: next line "says" the same thing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have these comments in all the file, not only here. We can consider it as part of some cleanup task.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see one nit
Adding Contrast Theme styles for Button
Contrast:


Dark:

