diff options
| author | David Hill <[email protected]> | 2026-01-24 18:57:46 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-01-24 18:59:07 +0000 |
| commit | 48236ee0efb250090e8646e264acb65d6e1f5d09 (patch) | |
| tree | 27da39823a684c5534e74aeddb37deb117471069 /packages/ui/src/components | |
| parent | e2bffc29f27ea9a94b42619c6ed6d3903ee3a4b8 (diff) | |
| download | opencode-48236ee0efb250090e8646e264acb65d6e1f5d09.tar.gz opencode-48236ee0efb250090e8646e264acb65d6e1f5d09.zip | |
feat(ui): add critical shadow for comment input validation, set editor popover radius to 14px
Diffstat (limited to 'packages/ui/src/components')
| -rw-r--r-- | packages/ui/src/components/line-comment.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/ui/src/components/line-comment.css b/packages/ui/src/components/line-comment.css index be682dc05..52bd00030 100644 --- a/packages/ui/src/components/line-comment.css +++ b/packages/ui/src/components/line-comment.css @@ -46,4 +46,5 @@ width: 380px; max-width: min(380px, calc(100vw - 48px)); padding: 8px; + border-radius: 14px; } |
