From 1acb02c4b705c436402624b3f8cddf091e15fe3d Mon Sep 17 00:00:00 2001 From: Snow <135516526+BabyBoySnow@users.noreply.github.com> Date: Sun, 2 Jun 2024 13:30:12 -0500 Subject: [PATCH] lol I themed it in client but not on here so when I did test run it looked theme to me cause I didn't refresh the client --- lib/selectors/selectorPlaceholders.scss | 2 +- src/modals/screenshare.scss | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/selectors/selectorPlaceholders.scss b/lib/selectors/selectorPlaceholders.scss index 41ee0245a..5cc1144d4 100644 --- a/lib/selectors/selectorPlaceholders.scss +++ b/lib/selectors/selectorPlaceholders.scss @@ -5431,4 +5431,4 @@ pre { } .container__473f9 { @extend %clipInChatFooter -} \ No newline at end of file +} diff --git a/src/modals/screenshare.scss b/src/modals/screenshare.scss index a34cc98ea..b0c830cfa 100644 --- a/src/modals/screenshare.scss +++ b/src/modals/screenshare.scss @@ -66,6 +66,9 @@ %clipsUploadTitle { color: #fff !important; //Important needed because discord used element style - Snow } +%clipsInterfaceOptionsModal { + background: transparent; +} %clipsInterfaceGeneralInfo { background: transparent; }