+
![]()
+
diff --git a/web/src/js/modules/api.js b/web/src/js/modules/api.js
index 2a2c256a..7dce3bef 100644
--- a/web/src/js/modules/api.js
+++ b/web/src/js/modules/api.js
@@ -21,6 +21,13 @@ export const api = {
}
});
},
+ removeImage: (imageId, accessToken) => {
+ return axios.delete(`/api/v1/image-objects/${imageId}/`, {
+ headers: {
+ 'Authorization': `Token ${accessToken}`,
+ }
+ });
+ },
loadCourse: (courseId, accessToken) => {
return axios.get(`/api/v1/courses/${courseId}/`, {
headers: {
diff --git a/web/src/sass/_common.sass b/web/src/sass/_common.sass
index 29996eba..13a6e6e0 100755
--- a/web/src/sass/_common.sass
+++ b/web/src/sass/_common.sass
@@ -1875,7 +1875,7 @@ a.grey-link
.info__field--light
.select
.select__head
- color: #777
+ color: #fff
font-size: 15px
&:after
border-color: #fff transparent transparent transparent