Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit 34b0ec3

Browse files
committed
upgrade css library to get color variable
1 parent 1a42283 commit 34b0ec3

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## v2.0.3
44
### Fixed
55
- add outline for primary button
6+
- upgrade fluent css version
67

78
## v2.0.2
89
migrating to private package registry and changing package scope.

lib/components/Button/Button.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ $outline-focus-border-width: 1px;
9292
&:focus:not(:disabled) {
9393
color: themed('color-text-white');
9494
background-color: themed('color-bg-btn-primary-focus');
95-
outline: $outline-focus-border-width dashed themed('color-text-white');
95+
outline: $outline-focus-border-width dashed themed('color-outline-btn-primary-focus');
9696
outline-offset: -2px;
9797
}
9898

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"node": ">=8"
2727
},
2828
"devDependencies": {
29-
"@azure-iot/ux-fluent-css": "^3.0.0",
29+
"@azure-iot/ux-fluent-css": "^3.0.2",
3030
"@types/chai": "^4.0.4",
3131
"@types/classnames": "^2.2.3",
3232
"@types/enzyme": "^2.8.9",
@@ -81,7 +81,7 @@
8181
"webpack-dev-server": "^2.9.4"
8282
},
8383
"peerDependencies": {
84-
"@azure-iot/ux-fluent-css": "^3.0.0",
84+
"@azure-iot/ux-fluent-css": "^3.0.2",
8585
"classnames": "^2.2.5",
8686
"prop-types": "^15.6.1",
8787
"react": "16.x",

0 commit comments

Comments
 (0)