Web:Client:Fix dns textarea color.

This commit is contained in:
Vlada Gazizova 2022-10-27 11:01:46 +03:00
parent 15f32485d4
commit c4610d6e68
2 changed files with 8 additions and 0 deletions

View File

@ -36,6 +36,13 @@ const StyledSettingsComponent = styled.div`
.dns-setting_helpbutton { .dns-setting_helpbutton {
margin-right: 4px; margin-right: 4px;
} }
.dns-textarea {
textarea {
color: ${(props) => props.theme.text.disableColor};
}
}
.combo-button-label { .combo-button-label {
max-width: 100%; max-width: 100%;
font-weight: 400; font-weight: 400;

View File

@ -103,6 +103,7 @@ const DNSSettings = (props) => {
> >
<Textarea <Textarea
id="textInputContainerDNSSettings" id="textInputContainerDNSSettings"
className="dns-textarea"
heightTextArea={30} heightTextArea={30}
tabIndex={8} tabIndex={8}
isDisabled={true} isDisabled={true}