set radius as half of size
This commit is contained in:
@@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user