@dxos/react-ui-editor 0.6.14-staging.77003c1 → 0.6.14-staging.7b35391

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.
@@ -4982,7 +4982,7 @@ var typewriter = ({ delay = 75, items = defaultItems } = {}) => {
4982
4982
 
4983
4983
  // packages/ui/react-ui-editor/src/components/Toolbar/Toolbar.tsx
4984
4984
  var iconStyles = getSize(5);
4985
- var buttonStyles = "min-bs-0 p-2";
4985
+ var buttonStyles = "min-bs-0 p-1";
4986
4986
  var tooltipProps = {
4987
4987
  side: "top",
4988
4988
  classNames: "z-10"