* Automate bumping react-icons beta version number

* revert

* Add forcedColorAdjust styling

* revert

* Fix react peer dependency
This commit is contained in:
tomi-msft 2022-02-18 13:48:17 -08:00 коммит произвёл GitHub
Родитель 6b194e50e2
Коммит 18b01c3c66
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -40,7 +40,8 @@
"yargs": "^14.0.0"
},
"peerDependencies": {
"@griffel/react": "^1.0.0"
"@griffel/react": "^1.0.0",
"react": ">=16.8.0 <18.0.0"
},
"files": [
"lib/",

Просмотреть файл

@ -6,7 +6,9 @@ const useRootStyles = makeStyles({
display: 'inline',
lineHeight: 0,
"@media screen and (-ms-high-contrast: black-on-white)": {fill: 'windowtext'}
"@media (forced-colors: active)": {
forcedColorAdjust: 'auto',
}
}
});