From e3148d9d81ae208ff4c296f0d2856fcb2e65241f Mon Sep 17 00:00:00 2001 From: "robinwilliam.hundt" <robinwilliam.hundt@stud.uni-goettingen.de> Date: Sun, 10 Dec 2017 23:28:00 +0100 Subject: [PATCH] Changed color of View icon in student-page --- frontend/src/components/student/SubmissionList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/student/SubmissionList.vue b/frontend/src/components/student/SubmissionList.vue index 4db72e63..9893a61d 100644 --- a/frontend/src/components/student/SubmissionList.vue +++ b/frontend/src/components/student/SubmissionList.vue @@ -9,7 +9,7 @@ <td>{{ props.item.type }}</td> <td class="text-xs-right">{{ props.item.score }}</td> <td class="text-xs-right">{{ props.item.full_score }}</td> - <td class="text-xs-right"><v-btn :to="`submission/${props.index}`" color="red">View</v-btn></td> + <td class="text-xs-right"><v-btn :to="`submission/${props.index}`" color="orange lighten-2">View</v-btn></td> </template> </v-data-table> <v-alert color="info" value="true"> -- GitLab