refactor: simplify MDX options in next.config.ts
chore: update Radix UI dependencies to latest versions chore: update Next.js and related packages to latest versions style: add sidebar color variable in globals.css refactor: remove Chart component and related logic
This commit is contained in:
parent
6e0a128cdf
commit
afbf913aec
5 changed files with 162 additions and 469 deletions
|
|
@ -51,6 +51,7 @@
|
|||
|
||||
--scrollbar: hsla(340 10% 60% / 0.5);
|
||||
--scrollbar-hover: hsla(340 10% 60% / 0.8);
|
||||
--sidebar: hsl(0 0% 98%);
|
||||
}
|
||||
|
||||
.dark {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue