Change warning red to Mojo

Some templates still had this colour hardcoded. They are using angular so I didn't spend time updating them.
This commit is contained in:
David Cook
2023-05-17 12:25:18 +10:00
parent dcf857cafb
commit 0df7c45a61
3 changed files with 4 additions and 4 deletions

View File

@@ -5,8 +5,8 @@ angular.module("admin.utils").factory "StatusMessage", ->
alert: {style: {color: 'grey'}}
notice: {style: {color: 'grey'}}
success: {style: {color: '#9fc820'}}
failure: {style: {color: '#da5354'}}
error: {style: {color: '#da5354'}}
failure: {style: {color: '#C85136'}}
error: {style: {color: '#C85136'}}
statusMessage:
text: ""