We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a6d1a9 commit edc7fc0Copy full SHA for edc7fc0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "shadcn-theme-editor",
3
- "version": "1.4.0",
+ "version": "1.4.1",
4
"description": "Shadcn Theme Editor",
5
"module": "dist/index.mjs",
6
"main": "dist/index.js",
src/components/theme-toggle.tsx
@@ -19,6 +19,7 @@ export default function ThemeToggle() {
19
] as const
20
).map(([themeN, Icon]) => (
21
<button
22
+ key={themeN}
23
className={cn(
24
"rounded-full p-2",
25
theme == themeN
0 commit comments