From 169e8ad25ba6af659cbb9227bfb24f243dbbbc20 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 25 May 2026 14:30:44 +0300 Subject: [PATCH] set radius as half of size --- src/components/Lightbox/chrome/CircleChromeButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Lightbox/chrome/CircleChromeButton.tsx b/src/components/Lightbox/chrome/CircleChromeButton.tsx index 1db2c8c317..9b31266bd3 100644 --- a/src/components/Lightbox/chrome/CircleChromeButton.tsx +++ b/src/components/Lightbox/chrome/CircleChromeButton.tsx @@ -28,7 +28,7 @@ type Props = { > const SIZE = 32 -const RADIUS = 24 +const RADIUS = SIZE / 2 const ICON = 18 export function CircleChromeButton({