Skip to content

Commit 137b662

Browse files
committed
fix duplicated gradients
1 parent 8dcf3e3 commit 137b662

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/views/views.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)