Fix table row style.

This commit is contained in:
Alexis Lahouze 2017-08-27 18:20:19 +02:00
parent fdef99085a
commit 7a0b7837da
1 changed files with 3 additions and 2 deletions

View File

@ -17,8 +17,9 @@ import { AccountEditModalComponent } from './accountEditModal.component';
selector: 'tr[account-row]',
host: {
"[id]": "account.id",
"[class.warning]": "warning",
"[class.danger]": "danger"
"class": "lighten-4",
"[class.orange]": "warning",
"[class.red]": "danger"
},
template: `
<td>