Skip to content

Commit

Permalink
warning to orange
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanmino committed Jan 23, 2019
1 parent 6017b16 commit b2e2dee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default class SendRowWarningMessage extends Component {

return (
warningMessage
? <div className="send-v2__error">{this.context.t(warningMessage)}</div>
? <div className="send-v2__warning">{this.context.t(warningMessage)}</div>
: null
)
}
Expand Down
7 changes: 7 additions & 0 deletions ui/app/css/itcss/components/send.scss
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,13 @@
color: $red;
}

&__warning {
font-size: 12px;
line-height: 12px;
left: 8px;
color: $orange;
}

&__error-border {
color: $red;
}
Expand Down

0 comments on commit b2e2dee

Please sign in to comment.