Skip to content

Commit aebf30b

Browse files
authored
Merge pull request #2275 from StoDevX/reverse-button-text
Remove black home button text
2 parents 08042f8 + c86a144 commit aebf30b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/views/views.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const allViews: ViewType[] = [
3838
view: 'SISView',
3939
title: 'SIS',
4040
icon: 'fingerprint',
41-
foreground: 'dark',
41+
foreground: 'light',
4242
tint: c.goldenrod,
4343
gradient: c.yellowToGoldDark,
4444
},
@@ -130,7 +130,7 @@ export const allViews: ViewType[] = [
130130
view: 'StudentOrgsView',
131131
title: 'Student Orgs',
132132
icon: 'globe',
133-
foreground: 'dark',
133+
foreground: 'light',
134134
tint: c.periwinkle,
135135
gradient: c.tealToSeafoam,
136136
},
@@ -140,7 +140,7 @@ export const allViews: ViewType[] = [
140140
view: 'MoodleView',
141141
title: 'Moodle',
142142
icon: 'graduation-cap',
143-
foreground: 'dark',
143+
foreground: 'light',
144144
tint: c.cantaloupe,
145145
gradient: c.yellowToGoldLight,
146146
},

0 commit comments

Comments
 (0)