From 93db217239df3faebe6e2522816c0b8f9ed2deb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Tue, 2 Aug 2022 14:31:16 +0200 Subject: [PATCH] Update where we jump form icon to icon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- src/button/VolumeIcon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/button/VolumeIcon.tsx b/src/button/VolumeIcon.tsx index 02e1ff2..d4958e4 100644 --- a/src/button/VolumeIcon.tsx +++ b/src/button/VolumeIcon.tsx @@ -30,6 +30,6 @@ interface Props { export function VolumeIcon({ volume }: Props) { if (volume <= 0) return ; - if (volume <= 0.75) return ; + if (volume <= 0.5) return ; return