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

Commit 9a8a079

Browse files
devversionThomasBurleson
authored andcommitted
fix(datepicker): style demo ngMessage as same as input messages.
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
1 parent e372cf9 commit 9a8a079

File tree

1 file changed

+2
-2
lines changed
  • src/components/datepicker/demoBasicUsage

1 file changed

+2
-2
lines changed

src/components/datepicker/demoBasicUsage/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ md-content {
44
}
55

66
.validation-messages {
7-
font-size: 11px;
8-
color: darkred;
7+
font-size: 12px;
8+
color: #dd2c00;
99
margin: 10px 0 0 25px;
1010
}

0 commit comments

Comments
 (0)