Fixed Bug 60681 - Accounts. Increased font size for field container

This commit is contained in:
Nikita Gopienko 2023-01-23 17:25:31 +03:00
parent c4c110e2b6
commit 1e448e26d8
2 changed files with 2 additions and 1 deletions

View File

@ -89,7 +89,7 @@ class FieldContainer extends React.Component {
<div className="field-body">
{children}
{hasError ? (
<Text className="error-label" fontSize="10px" color={errorColor}>
<Text className="error-label" fontSize="12px" color={errorColor}>
{errorMessage}
</Text>
) : null}

View File

@ -288,6 +288,7 @@ class PasswordInput extends React.Component {
<TooltipStyle>
<StyledTooltipContainer
forwardedAs="div"
fontSize="12px"
title={this.props.tooltipPasswordTitle}
>
{this.props.tooltipPasswordTitle}