fix(app): add shadow-xs-border with hover state to comment card

This commit is contained in:
David Hill
2026-01-23 21:16:36 +00:00
parent 3b3ab29d8c
commit 1476c4ca49
2 changed files with 4 additions and 3 deletions

View File

@@ -65,6 +65,7 @@
--shadow-xs-border-base: var(--shadow-xs-border-base);
--shadow-xs-border-select: var(--shadow-xs-border-select);
--shadow-xs-border-focus: var(--shadow-xs-border-focus);
--shadow-xs-border-hover: var(--shadow-xs-border-hover);
--animate-pulse: var(--animate-pulse);
}