Merge pull request #34 from Azure/dehoward/color-text-50
Change --color-text-active in dark mode to color-white
This commit is contained in:
Коммит
5c7bc15502
|
@ -1,5 +1,9 @@
|
|||
# CHANGELOG
|
||||
|
||||
## v7.1.3
|
||||
### Changed
|
||||
- Changed `--color-text-active` in `dark/_color.fluent.scss` to `--color-white`
|
||||
|
||||
## v7.1.2
|
||||
### Fixed
|
||||
- Added sufficient contrast to toggle on dark theme.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@microsoft/azure-iot-ux-fluent-css",
|
||||
"description": "Azure IoT common styles library for CSS, Colors and Themes",
|
||||
"version": "7.1.2",
|
||||
"version": "7.1.3",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^8.0.0"
|
||||
|
|
|
@ -160,7 +160,7 @@
|
|||
--color-text-disabled: var(--color-text-30);
|
||||
--color-text-masthead: var(--color-white);
|
||||
--color-text-navbar: var(--color-white);
|
||||
--color-text-active: var(--color-text-50);
|
||||
--color-text-active: var(--color-white);
|
||||
--color-text-action-trigger: var(--color-text-rest);
|
||||
|
||||
// Buttons
|
||||
|
|
Загрузка…
Ссылка в новой задаче