From f4f70c514c35206be611035706d86475d5c5a35e Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Tue, 29 Jun 2021 03:20:15 +0200 Subject: [PATCH] Make input in TextInputModal in dark mode visible --- ts/deckoptions/TextInputModal.svelte | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ts/deckoptions/TextInputModal.svelte b/ts/deckoptions/TextInputModal.svelte index 4571c28f3..306c70ee7 100644 --- a/ts/deckoptions/TextInputModal.svelte +++ b/ts/deckoptions/TextInputModal.svelte @@ -76,6 +76,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html id="prompt-input" bind:this={inputRef} type="text" + class:nightMode class="form-control" bind:value /> @@ -95,6 +96,12 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html