Skip to content

Commit

Permalink
chore: add sidebar component
Browse files Browse the repository at this point in the history
  • Loading branch information
l1xnan committed Oct 25, 2024
1 parent 7b981c5 commit 504c4d9
Show file tree
Hide file tree
Showing 3 changed files with 790 additions and 2 deletions.
16 changes: 16 additions & 0 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@
--ring: 240 5.9% 10%;
--radius: 0.3rem;
--selection: 0 0% 80.39%;
--sidebar-background: 0 0% 98%;
--sidebar-foreground: 240 5.3% 26.1%;
--sidebar-primary: 240 5.9% 10%;
--sidebar-primary-foreground: 0 0% 98%;
--sidebar-accent: 240 4.8% 95.9%;
--sidebar-accent-foreground: 240 5.9% 10%;
--sidebar-border: 220 13% 91%;
--sidebar-ring: 217.2 91.2% 59.8%;
}

.dark {
Expand Down Expand Up @@ -52,6 +60,14 @@
--input: 240 3.7% 15.9%;
--ring: 240 4.9% 83.9%;
--selection: 0 0% 28.39%;
--sidebar-background: 240 5.9% 10%;
--sidebar-foreground: 240 4.8% 95.9%;
--sidebar-primary: 224.3 76.3% 48%;
--sidebar-primary-foreground: 0 0% 100%;
--sidebar-accent: 240 3.7% 15.9%;
--sidebar-accent-foreground: 240 4.8% 95.9%;
--sidebar-border: 240 3.7% 15.9%;
--sidebar-ring: 217.2 91.2% 59.8%;
}
}

Expand Down
Loading

0 comments on commit 504c4d9

Please sign in to comment.