@razorpay/blade 6.0.2 → 6.0.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.
@@ -14724,6 +14724,7 @@ var getCheckboxIconWrapperStyles = function getCheckboxIconWrapperStyles(_ref) {
14724
14724
  var backgroundColor = background === 'transparent' ? background : get_1(theme, background);
14725
14725
  var borderColor = border === 'transparent' ? border : get_1(theme, border);
14726
14726
  return {
14727
+ position: 'relative',
14727
14728
  display: 'flex',
14728
14729
  alignItems: 'center',
14729
14730
  justifyContent: 'center',
@@ -18198,6 +18199,7 @@ var getRadioIconWrapperStyles = function getRadioIconWrapperStyles(_ref) {
18198
18199
  var backgroundColor = background === 'transparent' ? background : get_1(theme, background);
18199
18200
  var borderColor = border === 'transparent' ? border : get_1(theme, border);
18200
18201
  return _objectSpread$1({
18202
+ position: 'relative',
18201
18203
  display: 'flex',
18202
18204
  alignItems: 'center',
18203
18205
  justifyContent: 'center',