Klassenfarbe für 6. Jahrgang korrigiert
This commit is contained in:
parent
e9d67ce55f
commit
6250b17889
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ export default {
|
|||
} else if (this.stufe === 7) {
|
||||
clr = 'amber '
|
||||
} else if (this.stufe === 6) {
|
||||
clr = 'orange '
|
||||
clr = 'deep-orange '
|
||||
} else if (this.stufe === 5) {
|
||||
clr = 'red '
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue