Use theme primary border for selected subscribe card

This commit is contained in:
jxxghp
2026-06-28 13:59:25 +08:00
parent e3fa0b9dae
commit 864af36b1c
+1 -1
View File
@@ -591,7 +591,7 @@ function handleCardClick() {
.subscribe-card-shell--selected::after {
position: absolute;
z-index: 5;
border: 2px dotted #ec4899;
border: 2px solid rgb(var(--v-theme-primary));
border-radius: inherit;
content: '';
inset: 0;