diff --git a/src/App.scss b/src/App.scss index 59995664c..64c8b8b82 100644 --- a/src/App.scss +++ b/src/App.scss @@ -525,6 +525,10 @@ textarea { height: unset; } + &::placeholder { + color: var(--textFaint) + } + --_padding: 0.5em; border: none; diff --git a/src/components/account_actions/account_actions.vue b/src/components/account_actions/account_actions.vue index f3cca45d0..be281c5ae 100644 --- a/src/components/account_actions/account_actions.vue +++ b/src/components/account_actions/account_actions.vue @@ -3,7 +3,6 @@