@pingux/astro 2.161.1-alpha.4 → 2.161.1-alpha.5
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.
|
@@ -271,14 +271,14 @@ var buttonBar = {
|
|
|
271
271
|
var rockerButton = {
|
|
272
272
|
innerContainer: {
|
|
273
273
|
boxShadow: 'none',
|
|
274
|
-
backgroundColor: '
|
|
274
|
+
backgroundColor: 'backgroundBase',
|
|
275
275
|
borderRadius: '50px',
|
|
276
276
|
padding: 0,
|
|
277
277
|
border: 'none'
|
|
278
278
|
},
|
|
279
279
|
thumbSwitch: {
|
|
280
280
|
textTransform: 'none',
|
|
281
|
-
backgroundColor: '
|
|
281
|
+
backgroundColor: 'backgroundBase',
|
|
282
282
|
padding: 'md',
|
|
283
283
|
height: '50px',
|
|
284
284
|
color: 'active',
|
|
@@ -261,14 +261,14 @@ var buttonBar = {
|
|
|
261
261
|
var rockerButton = {
|
|
262
262
|
innerContainer: {
|
|
263
263
|
boxShadow: 'none',
|
|
264
|
-
backgroundColor: '
|
|
264
|
+
backgroundColor: 'backgroundBase',
|
|
265
265
|
borderRadius: '50px',
|
|
266
266
|
padding: 0,
|
|
267
267
|
border: 'none'
|
|
268
268
|
},
|
|
269
269
|
thumbSwitch: {
|
|
270
270
|
textTransform: 'none',
|
|
271
|
-
backgroundColor: '
|
|
271
|
+
backgroundColor: 'backgroundBase',
|
|
272
272
|
padding: 'md',
|
|
273
273
|
height: '50px',
|
|
274
274
|
color: 'active',
|