use tailwind tokens for border-radius values

This commit is contained in:
pa
2026-03-08 22:17:12 +09:00
parent ff47255e07
commit be2f07f24e
6 changed files with 53 additions and 27 deletions
@@ -249,9 +249,7 @@
&:hover {
background-color: var(--accent);
box-shadow:
0 4px 6px -1px rgb(0 0 0 / 0.1),
0 2px 4px -2px rgb(0 0 0 / 0.1);
box-shadow: var(--shadow-sm);
}
}