summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/styles/theme.css
diff options
context:
space:
mode:
authorDavid Hill <[email protected]>2026-01-16 11:36:56 +0000
committerDavid Hill <[email protected]>2026-01-16 11:55:15 +0000
commit3ba03a97dc8a8145cfb3c12b13210650742be319 (patch)
treeacc9d1186c2c026918df3bb0eb37106fcb7ee2fb /packages/ui/src/styles/theme.css
parentb1a22e08f58ca44d089e21aee52bea0544aa5959 (diff)
downloadopencode-3ba03a97dc8a8145cfb3c12b13210650742be319.tar.gz
opencode-3ba03a97dc8a8145cfb3c12b13210650742be319.zip
fix: search bar size and padding, and shortcut style
Diffstat (limited to 'packages/ui/src/styles/theme.css')
-rw-r--r--packages/ui/src/styles/theme.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/ui/src/styles/theme.css b/packages/ui/src/styles/theme.css
index 5724bc9f7..d2d5c4c73 100644
--- a/packages/ui/src/styles/theme.css
+++ b/packages/ui/src/styles/theme.css
@@ -58,6 +58,8 @@
0 16px 48px -6px light-dark(hsl(0 0% 0% / 0.05), hsl(0 0% 0% / 0.15)),
0 6px 12px -2px light-dark(hsl(0 0% 0% / 0.025), hsl(0 0% 0% / 0.1)),
0 1px 2.5px light-dark(hsl(0 0% 0% / 0.025), hsl(0 0% 0% / 0.1));
+ --shadow-xxs-border:
+ 0 0 0 0.5px var(--border-weak-base, rgba(0, 0, 0, 0.07));
--shadow-xs-border:
0 0 0 1px var(--border-base, rgba(11, 6, 0, 0.2)), 0 1px 2px -1px rgba(19, 16, 16, 0.04),
0 1px 2px 0 rgba(19, 16, 16, 0.06), 0 1px 3px 0 rgba(19, 16, 16, 0.08);