Skip to content

Commit

Permalink
fix typo for mediumvioletred (#28941)
Browse files Browse the repository at this point in the history
  • Loading branch information
awkwardDuck authored and pvizeli committed Nov 22, 2019
1 parent 051e37e commit 6d77c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/util/color.py
Expand Up @@ -107,7 +107,7 @@
"mediumslateblue": (123, 104, 238),
"mediumspringgreen": (0, 250, 154),
"mediumturquoise": (72, 209, 204),
"mediumvioletredred": (199, 21, 133),
"mediumvioletred": (199, 21, 133),
"midnightblue": (25, 25, 112),
"mintcream": (245, 255, 250),
"mistyrose": (255, 228, 225),
Expand Down

0 comments on commit 6d77c15

Please sign in to comment.