Shared:Themes:Dark: fix disabled input color text

This commit is contained in:
Timofey Boyko 2024-08-13 11:17:59 +03:00
parent 29a295f897
commit 94d19ffdb8

View File

@ -663,7 +663,7 @@ const Dark: TTheme = {
input: {
color: white,
disableColor: grayDarkStrong,
disableColor: grayDarkText,
backgroundColor: black,
disableBackgroundColor: grayDarkStrong,