Last active
September 19, 2019 13:03
-
-
Save SebastianHGonzalez/cdb61b8649b7b2d328285eb40a3cb40c to your computer and use it in GitHub Desktop.
Styled Components Button for React
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"primary": "#1a73e8", | |
"primary75": "#1a73e8BF", | |
"primary50": "#1a73e880", | |
"primary25": "#1a73e840", | |
"primaryContrast": "white", | |
"secondary": "#34A753", | |
"secondary75": "#34A753BF", | |
"secondary50": "#34A75380", | |
"secondary25": "#34A75340", | |
"secondaryContrast": "white", | |
"neutral": "#494949", | |
"neutral75": "#494949BF", | |
"neutral50": "#49494980", | |
"neutral25": "#49494940", | |
"neutralContrast": "white", | |
"disabled": "#F0F0F0", | |
"disabledContrast": "#666", | |
"error": "#FCC", | |
"errorContrast": "#D00", | |
"link": "#0047b8", | |
"separator": "#D4D4D4", | |
"table": { | |
"head": { | |
"background": "#F0F0F0", | |
"backgroundContrast": "#666" | |
}, | |
"background": "#FFF", | |
"backgroundOdd": "#FAFAFA" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment