From dbeb292009e984ef981de4b0cb3901a6e6f67367 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Tue, 29 Mar 2022 15:40:02 +0200 Subject: [PATCH] wip dark mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/soapbox/components/autosuggest_textarea.js | 2 +- app/soapbox/components/list.js | 4 ++-- app/soapbox/components/scrollable_list.js | 2 +- app/soapbox/components/status.js | 2 +- app/soapbox/components/thumb_navigation.js | 10 +++++++--- app/soapbox/components/ui/form-group/form-group.tsx | 4 ++-- app/soapbox/components/ui/modal/modal.tsx | 4 ++-- app/soapbox/components/ui/tabs/tabs.css | 4 ++-- app/soapbox/components/ui/tabs/tabs.tsx | 2 +- app/soapbox/features/chats/components/audio_toggle.js | 2 +- .../features/compose/components/reply_indicator.js | 2 +- .../features/notifications/components/notification.js | 2 +- app/soapbox/features/notifications/index.js | 2 +- .../features/ui/components/confirmation_modal.js | 2 +- app/styles/components/display-name.scss | 2 +- 15 files changed, 25 insertions(+), 21 deletions(-) diff --git a/app/soapbox/components/autosuggest_textarea.js b/app/soapbox/components/autosuggest_textarea.js index f64609b60..9b5d186f5 100644 --- a/app/soapbox/components/autosuggest_textarea.js +++ b/app/soapbox/components/autosuggest_textarea.js @@ -257,7 +257,7 @@ export default class AutosuggestTextarea extends ImmutablePureComponent {