Skip to content

Commit 3cd5208

Browse files
committed
chore(webapp): round the focus ring corners one step more
Bump the inset focus-custom ring's border-radius from 3px to 5px so the corners read as slightly rounder now that the ring sits inside the element.
1 parent 0c8a1ac commit 3cd5208

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/webapp/app/tailwind.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@
346346
outside the border edge and gets clipped by any ancestor with overflow hidden/auto (scroll
347347
areas, the side menu grid) or covered by an adjacent element's background. */
348348
outline-offset: -1px;
349-
border-radius: 3px;
349+
border-radius: 5px;
350350
}
351351
}
352352

0 commit comments

Comments
 (0)