@pingux/astro 2.74.0 → 2.75.0-alpha.0

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.
@@ -32,7 +32,7 @@ var inputInContainerSlot = {
32
32
  };
33
33
  var button = {
34
34
  bg: 'transparent',
35
- color: 'black',
35
+ color: 'text.primary',
36
36
  padding: 0
37
37
  };
38
38
  var _default = {
@@ -25,7 +25,7 @@ var inputInContainerSlot = {
25
25
  };
26
26
  var button = {
27
27
  bg: 'transparent',
28
- color: 'black',
28
+ color: 'text.primary',
29
29
  padding: 0
30
30
  };
31
31
  export default {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.74.0",
3
+ "version": "2.75.0-alpha.0",
4
4
  "description": "React component library for Ping Identity's design system",
5
5
  "repository": {
6
6
  "type": "git",