From 7a0b7837da3347d63dba82ebbf7eb326c6f3999b Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sun, 27 Aug 2017 18:20:19 +0200 Subject: [PATCH] Fix table row style. --- src/accounts/accountRow.component.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/accounts/accountRow.component.ts b/src/accounts/accountRow.component.ts index ebc2cc0..039ffa1 100644 --- a/src/accounts/accountRow.component.ts +++ b/src/accounts/accountRow.component.ts @@ -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: `