summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src
diff options
context:
space:
mode:
authorDavid Hill <[email protected]>2026-01-23 21:16:36 +0000
committerDavid Hill <[email protected]>2026-01-24 06:18:55 +0000
commit1476c4ca49528a34e2609822e1b23030afbbfd63 (patch)
tree97ee34ba25ffbecd337a0dd9704e955826fa43bb /packages/ui/src
parent3b3ab29d8c277aefa93d3d8f0d95304433d02a0a (diff)
downloadopencode-1476c4ca49528a34e2609822e1b23030afbbfd63.tar.gz
opencode-1476c4ca49528a34e2609822e1b23030afbbfd63.zip
fix(app): add shadow-xs-border with hover state to comment card
Diffstat (limited to 'packages/ui/src')
-rw-r--r--packages/ui/src/styles/tailwind/index.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/ui/src/styles/tailwind/index.css b/packages/ui/src/styles/tailwind/index.css
index d0a414fee..1515a5ecf 100644
--- a/packages/ui/src/styles/tailwind/index.css
+++ b/packages/ui/src/styles/tailwind/index.css
@@ -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);
}