@carbonplan/components 11.0.5-develop.0 → 11.0.5-develop.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.
@@ -1681,8 +1681,9 @@ const Metadata = ({
1681
1681
  sx: {
1682
1682
  userSelect: 'none',
1683
1683
  position: 'fixed',
1684
- bottom: 42,
1685
- right: 24,
1684
+ bottom: '42px',
1685
+ right: '24px',
1686
+ width: '87px',
1686
1687
  transformOrigin: 'right',
1687
1688
  transform: 'rotate(90deg)',
1688
1689
  display: ['none', 'none', 'initial']