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

Commit

Permalink
fix(datepicker): style demo ngMessage as same as input messages.
Browse files Browse the repository at this point in the history
At the moment there was just some randomly picked color for the ngMessage in the datepicker demo.
We should use a color which looks as same as the actual input ngMessages (to have a flat ngMessages design),
and even the font-size should be the same.

References #6941. Closes #7071.

Closes #7219
  • Loading branch information
devversion authored and ThomasBurleson committed Apr 1, 2016
1 parent 6307516 commit 0e5c253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/datepicker/demoBasicUsage/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ md-content {
}

.validation-messages {
font-size: 11px;
color: darkred;
font-size: 12px;
color: #dd2c00;
margin: 10px 0 0 25px;
}

0 comments on commit 0e5c253

Please sign in to comment.