From ebf1638145e4e14471b96ffde48abd44c8853a00 Mon Sep 17 00:00:00 2001
From: mgabdev <>
Date: Tue, 3 Nov 2020 17:12:34 -0600
Subject: [PATCH] Updated DisplayOptionsModal to fix themes on mobile
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
• Updated:
- DisplayOptionsModal to fix themes on mobile
---
.../components/modal/display_options_modal.js | 10 ++++++++--
app/javascript/styles/global.css | 1 +
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/app/javascript/gabsocial/components/modal/display_options_modal.js b/app/javascript/gabsocial/components/modal/display_options_modal.js
index 8617287c..0cf53310 100644
--- a/app/javascript/gabsocial/components/modal/display_options_modal.js
+++ b/app/javascript/gabsocial/components/modal/display_options_modal.js
@@ -15,6 +15,7 @@ import Button from '../button'
import Text from '../text'
import Slider from '../slider'
import SettingSwitch from '../setting_switch'
+import ResponsiveClassesComponent from '../../features/ui/util/responsive_classes_component'
class DisplayOptionsModal extends ImmutablePureComponent {
@@ -118,7 +119,7 @@ class DisplayOptionsModal extends ImmutablePureComponent {