Skip to content

Commit

Permalink
app: 1.3.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
programming-with-ia committed Aug 26, 2024
1 parent 437188e commit 1c013ca
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 19 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"react-icons": "^5.3.0",
"react-wrap-balancer": "^1.1.1",
"recharts": "^2.12.7",
"shadcn-theme-editor": "^1.0.0",
"shadcn-theme-editor": "1.3.0-beta",
"sonner": "^1.5.0",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
Expand Down
18 changes: 11 additions & 7 deletions app/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 6 additions & 9 deletions app/src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
35deg,
transparent 60%,
hsla(var(--primary) / 0.2) 100%
);
);
}
.gradient_body {
background: var(--main-gradient);
background-attachment: fixed;
@apply bg-background
@apply bg-background;
}
svg {
shape-rendering: crispEdges;
Expand Down Expand Up @@ -80,13 +80,10 @@ svg rect {
display: none !important;
}
#shadcn-theme-editor {
@apply w-fit
@apply w-fit;
}
div[role="dialog"] > #shadcn-theme-editor > aside {
@apply !flex flex-col !static !bg-transparent
}
#shadcn-theme-editor> aside > :nth-last-child(2) {
@apply flex-1
@apply !flex flex-col !static !bg-transparent;
}

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

.dark, noname {
.dark,
noname {
--background: 189 77% 5%;
--foreground: 187 21% 75%;
--muted: 189 12% 15%;
Expand All @@ -136,7 +134,6 @@ div[role="dialog"] > #shadcn-theme-editor > aside {
}
}


@layer base {
* {
@apply border-border;
Expand Down
4 changes: 2 additions & 2 deletions app/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import GithubCorner from "@/components/github-corner";
const inter = Inter({ subsets: ["latin"] });

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

export default async function RootLayout({
Expand Down

0 comments on commit 1c013ca

Please sign in to comment.