Skip to content

Commit 45811b1

Browse files
committed
MOBILE-1600 mod_quiz: Fix cloud icon colors
1 parent 8b821ba commit 45811b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

www/addons/mod/quiz/services/handlers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ angular.module('mm.addons.mod_quiz')
6060

6161
downloadBtn = {
6262
hidden: true,
63-
icon: 'ion-ios-cloud-download',
63+
icon: 'ion-ios-cloud-download-outline',
6464
label: 'mm.core.download',
6565
action: download
6666
};

www/addons/mod/scorm/services/handlers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ angular.module('mm.addons.mod_scorm')
6161
// Create the buttons without action yet. This is to prevent a glitch in the view.
6262
downloadBtn = {
6363
hidden: true,
64-
icon: 'ion-ios-cloud-download',
64+
icon: 'ion-ios-cloud-download-outline',
6565
label: 'mm.core.download'
6666
};
6767

0 commit comments

Comments
 (0)