From e52856240c523b70f6a3cf6640bfd9237dc3256b Mon Sep 17 00:00:00 2001 From: Dzmitry Kosarau Date: Thu, 26 Oct 2023 14:52:31 +0500 Subject: [PATCH] EPMRPP-81548 || Update field text disable state --- app/src/componentLibrary/fieldText/fieldText.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/src/componentLibrary/fieldText/fieldText.scss b/app/src/componentLibrary/fieldText/fieldText.scss index 8501c8a5a5..7eb5734166 100644 --- a/app/src/componentLibrary/fieldText/fieldText.scss +++ b/app/src/componentLibrary/fieldText/fieldText.scss @@ -193,6 +193,11 @@ input { border: none; + + &:disabled::placeholder, + &:disabled { + color: $COLOR--e-300; + } } &.input {