From 5f23a29fade6d3aa5f2bc45c9b64520d38497c22 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sat, 17 Jun 2023 23:56:56 -0700 Subject: [PATCH] Update placeholder styles --- components/common/Input/index.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/components/common/Input/index.scss b/components/common/Input/index.scss index 897a2779..75a864fd 100644 --- a/components/common/Input/index.scss +++ b/components/common/Input/index.scss @@ -23,6 +23,11 @@ &:hover { background-color: var(--input-bound-bg-hover); } + + &::placeholder { + /* Chrome, Firefox, Opera, Safari 10.1+ */ + color: var(--text-tertiary) !important; + } } &.AlignRight { @@ -43,7 +48,7 @@ width: 0; } -::placeholder { +.Input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: var(--text-secondary) !important; opacity: 1; /* Firefox */