File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -110,15 +110,15 @@ export const allViews: ViewType[] = [
110110 title : 'Campus Dictionary' ,
111111 icon : 'open-book' ,
112112 tint : c . olive ,
113- gradient : c . yellowToGoldLight ,
113+ gradient : c . pinkToHotpink ,
114114 } ,
115115 {
116116 type : 'view' ,
117117 view : 'StudentOrgsView' ,
118118 title : 'Student Orgs' ,
119119 icon : 'globe' ,
120120 tint : c . periwinkle ,
121- gradient : c . lightBlueToBlueDark ,
121+ gradient : c . tealToSeafoam ,
122122 } ,
123123 {
124124 type : 'url' ,
@@ -127,15 +127,15 @@ export const allViews: ViewType[] = [
127127 title : 'Moodle' ,
128128 icon : 'graduation-cap' ,
129129 tint : c . cantaloupe ,
130- gradient : c . yellowToGoldDark ,
130+ gradient : c . yellowToGoldLight ,
131131 } ,
132132 {
133133 type : 'view' ,
134134 view : 'HelpView' ,
135135 title : 'Report A Problem' ,
136136 icon : 'help' ,
137137 tint : c . lavender ,
138- gradient : c . purpleToIndigo ,
138+ gradient : c . seafoamToGrass ,
139139 } ,
140140]
141141
You can’t perform that action at this time.
0 commit comments