msw-dev-tool 1.1.20 → 1.1.21

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.
package/dist/cjs/index.js CHANGED
@@ -29689,7 +29689,7 @@ const Container = ({ children }) => {
29689
29689
  * - `Theme` has its own size, so the size must be cleared.
29690
29690
  */
29691
29691
  const ThemeProvider = React.forwardRef(({ children }, ref) => {
29692
- return (React.createElement(R$1, { ref: ref, style: {
29692
+ return (React.createElement(R$1, { appearance: "light", ref: ref, style: {
29693
29693
  minHeight: 0,
29694
29694
  minWidth: 0,
29695
29695
  } }, children));
@@ -29746,6 +29746,7 @@ const MSWDevTool = ({ trigger }) => {
29746
29746
  padding: "2rem",
29747
29747
  display: "flex",
29748
29748
  flexDirection: "column",
29749
+ color: "#000",
29749
29750
  } },
29750
29751
  React.createElement(p$3, { align: "center", justify: "between" },
29751
29752
  React.createElement(Drawer.Title, { style: { margin: 0 } }, "MSW DEV TOOL"),