mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
add to 's propTypes
This commit is contained in:
parent
bd5a8db896
commit
0914fa4d1a
@ -30,6 +30,7 @@ const Toggle = ({
|
||||
|
||||
Toggle.propTypes = {
|
||||
className: React.PropTypes.string,
|
||||
off: React.PropTypes.bool,
|
||||
style: React.PropTypes.object
|
||||
};
|
||||
|
||||
|
@ -1,3 +1,9 @@
|
||||
/*
|
||||
* - This can probably be achieved with flexbox so that we don't use any
|
||||
* margins or paddings
|
||||
* - We shouldn't use #FFFFFF but a variation of it to have less contrast
|
||||
*/
|
||||
|
||||
.toggle {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
||||
color: #464646;
|
||||
|
Loading…
Reference in New Issue
Block a user