diff --git a/playground/src/Editor/ShareButton.tsx b/playground/src/Editor/ShareButton.tsx
index f7ed4d85ec..0968c1b4cb 100644
--- a/playground/src/Editor/ShareButton.tsx
+++ b/playground/src/Editor/ShareButton.tsx
@@ -14,7 +14,7 @@ export default function ShareButton({ onShare }: { onShare?: () => void }) {
return copied ? (
void }) {
>
Share
-
+
Copied!
diff --git a/playground/src/Editor/ThemeButton.tsx b/playground/src/Editor/ThemeButton.tsx
index 72b26edb02..a7bed3f584 100644
--- a/playground/src/Editor/ThemeButton.tsx
+++ b/playground/src/Editor/ThemeButton.tsx
@@ -14,7 +14,7 @@ export default function ThemeButton({
return (
onChange(theme === "light" ? "dark" : "light")}
>
@@ -28,7 +28,7 @@ export default function ThemeButton({
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
- className="stroke-black hover:stroke-radiate hover:fill-black fill-radiate"
+ className="stroke-black hover:stroke-white hover:fill-black fill-radiate"
>
diff --git a/playground/src/index.css b/playground/src/index.css
index 5c9d5245d2..b644d5add3 100644
--- a/playground/src/index.css
+++ b/playground/src/index.css
@@ -17,8 +17,8 @@ html,
}
.shadow-copied {
- --tw-shadow: 0 0 0 1px theme("colors.radiate"),
- inset 0 0 0 1px theme("colors.radiate");
+ --tw-shadow: 0 0 0 1px theme("colors.white"),
+ inset 0 0 0 1px theme("colors.white");
--tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color),
inset 0 0 0 1px var(--tw-shadow-color);