@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: '
|
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: '
|
206
|
+
bg: 'transparent',
|
207
207
|
color: 'neutral.10',
|
208
208
|
paddingLeft: '5px',
|
209
209
|
paddingRight: '5px',
|