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
+2 -6
View File
@@ -1357,9 +1357,7 @@
.group-item: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);
}
.group-item__top {
@@ -1551,9 +1549,7 @@
:deep(.favorites-search-card: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);
}
:deep(.favorites-search-card.is-selected) {