From ecf04f45e0e1625fdb1b4686ea01cefdb097db9b Mon Sep 17 00:00:00 2001 From: Oksamies Date: Thu, 31 Oct 2024 15:01:10 +0200 Subject: [PATCH] Fix TextInput placeholder color variable typo --- .../cyberstorm-theme/src/components/TextInput/TextInput.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cyberstorm-theme/src/components/TextInput/TextInput.css b/packages/cyberstorm-theme/src/components/TextInput/TextInput.css index ad06a2151..8ae7d44cd 100644 --- a/packages/cyberstorm-theme/src/components/TextInput/TextInput.css +++ b/packages/cyberstorm-theme/src/components/TextInput/TextInput.css @@ -61,7 +61,7 @@ } .ts-textinput::placeholder { - --textinput__placeholder-color: var(--color-text--tertiary); + --textinput__placeholder-color: var(--color-text-tertiary); --textinput__placeholder-opacity: 1; }