From 5075c836f9c7c915fffc6dc721e17d56e3d7834a Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Mon, 15 May 2023 22:57:40 +0200 Subject: [PATCH] fixed #8263 - make placeholders more legible --- tabby-core/src/theme.new.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tabby-core/src/theme.new.scss b/tabby-core/src/theme.new.scss index ee20189e65..07e35aa604 100644 --- a/tabby-core/src/theme.new.scss +++ b/tabby-core/src/theme.new.scss @@ -81,6 +81,8 @@ $modal-footer-border-color: transparent; $form-check-input-width: 1.4em; $form-switch-width: 2.5em; +$input-placeholder-color: var(--theme-fg-more-2); + @import '~bootstrap/scss/bootstrap.scss'; @import "./theme.vendor.scss";