chore: cleanup

pull/8658/head^2
Adam 2026-01-15 13:34:53 -06:00
parent beb97d21ff
commit 7e016fdda6
No known key found for this signature in database
GPG Key ID: 9CB48779AF150E75
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
border-radius: 6px;
overflow: hidden;
background: var(--surface-base);
border: 1px solid var(--border-base);
border: 1px solid var(--border-weak-base);
transition: border-color 0.15s ease;
&:hover {
@ -465,7 +465,7 @@
&[data-question="true"] {
background: var(--background-base);
border: 1px solid var(--border-base);
border: 1px solid var(--border-weak-base);
}
}