chore(v2): prepare v2.0.0.alpha-61 release (#3182)

* alpha 61 release

* doc prettier

* v2.0.0-alpha.61
This commit is contained in:
Sébastien Lorber 2020-08-01 15:24:46 +02:00 committed by GitHub
parent 300aecb8bc
commit 48b996773c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
69 changed files with 7717 additions and 92 deletions

View file

@ -173,11 +173,12 @@ module.exports = {
respectPrefersColorScheme: true,
switchConfig: {
darkIcon: '🌙',
darkIconStyle: { // Style object passed to inline CSS
// For more information about styling options visit: https://reactjs.org/docs/dom-elements.html#style
lightIcon: '\u2600',
// React inline style objects
// see https://reactjs.org/docs/dom-elements.html#style
darkIconStyle: {
marginLeft: '2px',
},
lightIcon: '\u2600',
lightIconStyle: {
marginLeft: '1px',
},