set radius as half of size

This commit is contained in:
Samuel Newman
2026-05-25 14:30:44 +03:00
parent 4b8a335eff
commit 169e8ad25b
@@ -28,7 +28,7 @@ type Props = {
> >
const SIZE = 32 const SIZE = 32
const RADIUS = 24 const RADIUS = SIZE / 2
const ICON = 18 const ICON = 18
export function CircleChromeButton({ export function CircleChromeButton({