This repository was archived by the owner on Oct 12, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 33## v2.0.3
44### Fixed
55- add outline for primary button
6+ - upgrade fluent css version
67
78## v2.0.2
89migrating to private package registry and changing package scope.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments