Skip to content

Commit 440a15f

Browse files
committed
Merge pull request #72 from vincentfretin/patch-1
Fix DeepPurple color
2 parents 08ef662 + ba8abda commit 440a15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/MKColor.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
Red: '#FF5252',
88
Pink: '#FF4081',
99
Purple: '#9C27B0',
10-
DeepPurple: '#67AB7',
10+
DeepPurple: '#673AB7',
1111
Indigo: '#3F51B5',
1212
Blue: '#2196F3',
1313
LightBlue: '#03A9F4',

0 commit comments

Comments
 (0)