Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Change label style
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Colado committed May 10, 2019
1 parent 4aa073b commit 9b853e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/send/reference/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class Reference extends React.Component {
label={t('Message (optional)')}
autoFocus={!isAndroid}
autoCorrect={false}
innerStyles={{ input: styles.input }}
innerStyles={{ input: styles.input, inputLabel: styles.theme.label }}
multiline={true}
onChange={this.onChange}
value={value}
Expand Down
3 changes: 3 additions & 0 deletions src/components/send/reference/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ export default () => ({
wrapper: {
backgroundColor: colors.light.white,
},
label: {
color: colors.light.gray1,
},
},

[themes.dark]: {
Expand Down

0 comments on commit 9b853e7

Please sign in to comment.