Fix pointer window drag

This commit is contained in:
Gregory Schier
2023-03-20 13:34:49 -07:00
parent 74abfd21b8
commit 3aa3e09552
5 changed files with 14 additions and 14 deletions

View File

@@ -29,6 +29,7 @@ module.exports = {
"5xl": "3.052rem"
},
colors: {
selection: "hsl(var(--color-violet-500) / 0.4)",
focus: "hsl(var(--color-blue-500) / 0.6)",
invalid: "hsl(var(--color-red-500))",
highlight: "hsl(var(--color-gray-200) / 0.3)",