Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 2b15f80

Browse files
committed
uppercase colors
1 parent 7a5041f commit 2b15f80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scripts/services/requirement.service.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,15 @@ srv = () ->
106106
imgUrl: 'http://s3.amazonaws.com/colorcombos-images/users/1/color-schemes/color-scheme-375-main.png?v=20120505082910'
107107
,
108108
name: 'Red'
109-
id: 'Red'
109+
id: 'RED'
110110
imgUrl: 'http://s3.amazonaws.com/colorcombos-images/users/1/color-schemes/color-scheme-375-main.png?v=20120505082910'
111111
,
112112
name: 'Green'
113113
id: 'GREEN'
114114
imgUrl: 'http://s3.amazonaws.com/colorcombos-images/users/1/color-schemes/color-scheme-375-main.png?v=20120505082910'
115115
,
116116
name: 'Orange'
117-
id: 'Orange'
117+
id: 'ORANGE'
118118
imgUrl: 'http://s3.amazonaws.com/colorcombos-images/users/1/color-schemes/color-scheme-375-main.png?v=20120505082910'
119119
]
120120

0 commit comments

Comments
 (0)