pebble-web 2.7.0 → 2.7.1

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.
@@ -2202,6 +2202,7 @@ const optionGroupCheckBoxWrap = /*#__PURE__*/css({
2202
2202
  position: "relative"
2203
2203
  }, ";label:optionGroupCheckBoxWrap;" + ( "" ));
2204
2204
  const optionGroupCheckBoxButtonWrap = /*#__PURE__*/css({ ...flexSpaceBetween,
2205
+ gap: 60,
2205
2206
  padding: optionGroupCheckBoxButtonWrapPadding,
2206
2207
  paddingTop: optionGroupCheckBoxButtonWrapPaddingTop,
2207
2208
  backgroundColor: colors.white.base