Skip to content

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
fix: theme-editor buttons key prop
  • Loading branch information
programming-with-ia committed Nov 18, 2024
1 parent 5a6d1a9 commit edc7fc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shadcn-theme-editor",
"version": "1.4.0",
"version": "1.4.1",
"description": "Shadcn Theme Editor",
"module": "dist/index.mjs",
"main": "dist/index.js",
Expand Down
1 change: 1 addition & 0 deletions src/components/theme-toggle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export default function ThemeToggle() {
] as const
).map(([themeN, Icon]) => (
<button
key={themeN}
className={cn(
"rounded-full p-2",
theme == themeN
Expand Down

0 comments on commit edc7fc0

Please sign in to comment.