From f2318cccf074ee491d7767d41c0c578f0ed636d4 Mon Sep 17 00:00:00 2001 From: Lino Schmidt Date: Mon, 28 Nov 2022 09:15:14 +0100 Subject: [PATCH] Centerd warning --- src/components/ui/settingsPage.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/ui/settingsPage.tsx b/src/components/ui/settingsPage.tsx index f7b869b..49dce96 100644 --- a/src/components/ui/settingsPage.tsx +++ b/src/components/ui/settingsPage.tsx @@ -149,9 +149,9 @@ function VideoFormatWarning({videoFormat}:{videoFormat:VideoFormat}) { } const style:CSSProperties = { - height: "30px", - width: "30px", - fill: "orange", + height: "35px", + width: "35px", + fill: "yellow", paddingLeft: "5px", }; @@ -234,7 +234,6 @@ function SettingsPage() { }}/>}
{ { setVideoFormat(e.target.value as unknown as VideoFormat);