Skip to content

Commit 1c013ca

Browse files
app: 1.3.0-beta
1 parent 437188e commit 1c013ca

File tree

4 files changed

+20
-19
lines changed

4 files changed

+20
-19
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"react-icons": "^5.3.0",
6363
"react-wrap-balancer": "^1.1.1",
6464
"recharts": "^2.12.7",
65-
"shadcn-theme-editor": "^1.0.0",
65+
"shadcn-theme-editor": "1.3.0-beta",
6666
"sonner": "^1.5.0",
6767
"tailwind-merge": "^2.4.0",
6868
"tailwindcss-animate": "^1.0.7",

app/pnpm-lock.yaml

Lines changed: 11 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/app/globals.css

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
35deg,
1717
transparent 60%,
1818
hsla(var(--primary) / 0.2) 100%
19-
);
19+
);
2020
}
2121
.gradient_body {
2222
background: var(--main-gradient);
2323
background-attachment: fixed;
24-
@apply bg-background
24+
@apply bg-background;
2525
}
2626
svg {
2727
shape-rendering: crispEdges;
@@ -80,13 +80,10 @@ svg rect {
8080
display: none !important;
8181
}
8282
#shadcn-theme-editor {
83-
@apply w-fit
83+
@apply w-fit;
8484
}
8585
div[role="dialog"] > #shadcn-theme-editor > aside {
86-
@apply !flex flex-col !static !bg-transparent
87-
}
88-
#shadcn-theme-editor> aside > :nth-last-child(2) {
89-
@apply flex-1
86+
@apply !flex flex-col !static !bg-transparent;
9087
}
9188

9289
@layer base {
@@ -113,7 +110,8 @@ div[role="dialog"] > #shadcn-theme-editor > aside {
113110
--radius: 0.5rem;
114111
}
115112

116-
.dark, noname {
113+
.dark,
114+
noname {
117115
--background: 189 77% 5%;
118116
--foreground: 187 21% 75%;
119117
--muted: 189 12% 15%;
@@ -136,7 +134,6 @@ div[role="dialog"] > #shadcn-theme-editor > aside {
136134
}
137135
}
138136

139-
140137
@layer base {
141138
* {
142139
@apply border-border;

app/src/app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import GithubCorner from "@/components/github-corner";
99
const inter = Inter({ subsets: ["latin"] });
1010

1111
export const metadata: Metadata = {
12-
title: "Create Next App",
13-
description: "Generated by create next app",
12+
title: "Shadcn Theme Editor",
13+
description: "Shadcn Theme Editor is a user-friendly component designed to simplify the process of managing and customizing theme colors in Shadcn-based projects.",
1414
};
1515

1616
export default async function RootLayout({

0 commit comments

Comments
 (0)