Skip to content

Commit 0cc206a

Browse files
committed
update: border radius on popover card
1 parent d4443d7 commit 0cc206a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ui/src/components/session-review.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
z-index: 6;
8383
min-width: 200px;
8484
max-width: min(320px, calc(100vw - 48px));
85-
border-radius: 14px;
85+
border-radius: 10px;
8686
background-color: var(--surface-raised-stronger-non-alpha);
8787
box-shadow: var(--shadow-lg-border-base);
8888
padding: 12px;

0 commit comments

Comments
 (0)