This commit is contained in:
bracesproul
2025-03-10 14:17:44 -07:00
parent 2be5034b62
commit 6025daa8fe
4 changed files with 25 additions and 27 deletions

View File

@@ -13,6 +13,10 @@ module.exports = {
md: "calc(var(--radius) - 2px)",
sm: "calc(var(--radius) - 4px)",
},
components: {
".scrollbar-pretty":
"overflow-y-scroll [&::-webkit-scrollbar]:w-1.5 [&::-webkit-scrollbar-thumb]:rounded-full [&::-webkit-scrollbar-thumb]:bg-gray-300 [&::-webkit-scrollbar-track]:bg-transparent",
},
colors: {
background: "hsl(var(--background))",
foreground: "hsl(var(--foreground))",