groundfloor-react-ui 1.2.102 → 1.2.103

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js CHANGED
@@ -614,6 +614,12 @@ ${({customStyles:e})=>e}
614
614
  &:hover {
615
615
  background-color: ${({theme:e,disabled:t,btnStyle:l})=>!t&&(l.color?l.color:e.primary["primary-1"])};
616
616
  color: ${({theme:e,disabled:t,btnStyle:l})=>!t&&(l.color?l.backgroundColor:e.variant.white)};
617
+
618
+ svg {
619
+ path {
620
+ fill: ${({theme:e,disabled:t,btnStyle:l})=>!t&&(l.color?l.backgroundColor:e.variant.white)};
621
+ }
622
+ }
617
623
  }
618
624
 
619
625
  // custom styles
package/dist/index.js CHANGED
@@ -614,6 +614,12 @@ ${({customStyles:e})=>e}
614
614
  &:hover {
615
615
  background-color: ${({theme:e,disabled:t,btnStyle:l})=>!t&&(l.color?l.color:e.primary["primary-1"])};
616
616
  color: ${({theme:e,disabled:t,btnStyle:l})=>!t&&(l.color?l.backgroundColor:e.variant.white)};
617
+
618
+ svg {
619
+ path {
620
+ fill: ${({theme:e,disabled:t,btnStyle:l})=>!t&&(l.color?l.backgroundColor:e.variant.white)};
621
+ }
622
+ }
617
623
  }
618
624
 
619
625
  // custom styles
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "groundfloor-react-ui",
3
3
  "description": "Official component library for Ground Floor",
4
- "version": "1.2.102",
4
+ "version": "1.2.103",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
7
7
  "private": false,