diff options
| author | David Hill <[email protected]> | 2026-01-24 05:12:36 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-01-24 06:18:55 +0000 |
| commit | af6bd9d3b1fd05ce089a56d3cf6a6bcb1e7badd8 (patch) | |
| tree | 980e7a18d40033cb8f320f7e2d09a32bcefa940f /packages/ui/src/styles/tailwind/index.css | |
| parent | c66da17364b3494460b19fbd4fb4d806f632e540 (diff) | |
| download | opencode-af6bd9d3b1fd05ce089a56d3cf6a6bcb1e7badd8.tar.gz opencode-af6bd9d3b1fd05ce089a56d3cf6a6bcb1e7badd8.zip | |
fix(ui): style comment popovers - 14px radius, move label below, use text-weak for label, text-strong 14px for comment
Diffstat (limited to 'packages/ui/src/styles/tailwind/index.css')
| -rw-r--r-- | packages/ui/src/styles/tailwind/index.css | 1 |
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 1515a5ecf..f67e9f021 100644 --- a/packages/ui/src/styles/tailwind/index.css +++ b/packages/ui/src/styles/tailwind/index.css @@ -66,6 +66,7 @@ --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); + --shadow-lg-border-base: var(--shadow-lg-border-base); --animate-pulse: var(--animate-pulse); } |
