kurtosis-ui-components 0.87.0 → 0.87.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.
@@ -340,7 +340,6 @@ const theme = extendTheme({
340
340
  baseStyle: {
341
341
  content: {
342
342
  bg: "gray.500",
343
- p: "8px",
344
343
  },
345
344
  },
346
345
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kurtosis-ui-components",
3
- "version": "0.87.0",
3
+ "version": "0.87.1",
4
4
  "private": false,
5
5
  "main": "build/index",
6
6
  "description": "This repo contains components used by Kurtosis UI applications.",