Skip to content

Commit 7484596

Browse files
committed
update Course's recents list to use c.iosPushButtonCellForeground color
1 parent 7e69f2d commit 7484596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/views/sis/components/recents-list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const styles = StyleSheet.create({
7676
paddingVertical: Platform.OS === 'ios' ? 5 : 0,
7777
paddingLeft: 2,
7878
fontSize: 16,
79-
color: c.accent,
79+
color: c.iosPushButtonCellForeground,
8080
},
8181
notice: {
8282
paddingTop: 30,

0 commit comments

Comments
 (0)