@pingux/astro 1.8.0-alpha.2 → 1.8.0-alpha.3

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.
@@ -223,7 +223,7 @@ var close = _objectSpread(_objectSpread({}, iconButton), {}, {
223
223
 
224
224
  var accordionHeader = _objectSpread(_objectSpread({}, base), {}, {
225
225
  display: 'inline-flex',
226
- bg: 'white',
226
+ bg: 'transparent',
227
227
  color: 'neutral.10',
228
228
  paddingLeft: '5px',
229
229
  paddingRight: '5px',
@@ -203,7 +203,7 @@ var close = _objectSpread(_objectSpread({}, iconButton), {}, {
203
203
 
204
204
  var accordionHeader = _objectSpread(_objectSpread({}, base), {}, {
205
205
  display: 'inline-flex',
206
- bg: 'white',
206
+ bg: 'transparent',
207
207
  color: 'neutral.10',
208
208
  paddingLeft: '5px',
209
209
  paddingRight: '5px',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.8.0-alpha.2",
3
+ "version": "1.8.0-alpha.3",
4
4
  "description": "PingUX themeable React component library",
5
5
  "author": "ux-development@pingidentity.com",
6
6
  "license": "Apache-2.0",