From 2510f31a58697fafd3572b2eb6bdef68d11b42ab Mon Sep 17 00:00:00 2001 From: stringsplit <77242831+nbitzz@users.noreply.github.com> Date: Sat, 14 Oct 2023 15:53:06 -0700 Subject: [PATCH] woops --- src/style/app/uploader/file.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style/app/uploader/file.scss b/src/style/app/uploader/file.scss index 19f0f67..9b0a813 100644 --- a/src/style/app/uploader/file.scss +++ b/src/style/app/uploader/file.scss @@ -2,7 +2,7 @@ #uploadWindow { .file { - background-color:#222222; + background-color:#191919; border: 1px solid gray; padding: 10px; overflow:clip; @@ -56,4 +56,4 @@ width:100%; } } -} \ No newline at end of file +}