small style updates

This commit is contained in:
henrygd
2025-08-19 19:48:25 -04:00
parent 12059ee3db
commit 2ad60507b7
11 changed files with 17 additions and 13 deletions

View File

@@ -69,6 +69,9 @@ module.exports = {
foreground: "hsl(var(--card-foreground))",
},
},
transitionDuration: {
50: "50ms",
},
borderRadius: {
lg: "var(--radius)",
md: "calc(var(--radius) - 2px)",