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);