constitution ability style css fix

This commit is contained in:
Natalia Gawron 2021-01-12 17:59:36 +01:00
parent 057f4f2e52
commit 2255777840

View File

@ -29,7 +29,7 @@ export class AbilityCardComponent implements OnInit {
this.headStyle.bgColor = '#4BBE9C';
break;
case 'Constitution':
this.headStyle.bgColor = 'red';
this.headStyle.bgColor = '#e9cca7';
break;
case 'Intelligence':
this.headStyle.bgColor = '#5AA9E6';