From 48236ee0efb250090e8646e264acb65d6e1f5d09 Mon Sep 17 00:00:00 2001 From: David Hill Date: Sat, 24 Jan 2026 18:57:46 +0000 Subject: feat(ui): add critical shadow for comment input validation, set editor popover radius to 14px --- packages/ui/src/components/line-comment.css | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/ui/src/components') 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; } -- cgit v1.2.3