Skip to content

Commit

Permalink
Merge pull request #6905 from anthony-hull/anthony--password-hint-sty…
Browse files Browse the repository at this point in the history
…lings

fix password input hint stylings
  • Loading branch information
Beamanator authored Dec 31, 2021
2 parents 98d50cb + c953b6f commit 615f5b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/settings/NewPasswordForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class NewPasswordForm extends React.Component {
/>
<Text
style={[
styles.textLabelSupporting,
styles.formHelp,
styles.mt1,
this.isInvalidPassword() && styles.formError,
]}
Expand Down
7 changes: 7 additions & 0 deletions src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,13 @@ const styles = {
marginBottom: 8,
},

formHelp: {
color: themeColors.textSupporting,
fontSize: variables.fontSizeLabel,
lineHeight: 18,
marginBottom: 4,
},

formError: {
color: themeColors.textError,
fontSize: variables.fontSizeLabel,
Expand Down

0 comments on commit 615f5b3

Please sign in to comment.