diff options
Diffstat (limited to 'ui/app/components/transaction-status/index.scss')
-rw-r--r-- | ui/app/components/transaction-status/index.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/transaction-status/index.scss b/ui/app/components/transaction-status/index.scss index 95d29f6d3..35be550f7 100644 --- a/ui/app/components/transaction-status/index.scss +++ b/ui/app/components/transaction-status/index.scss @@ -21,7 +21,7 @@ color: #609a1c; } - &--approved { + &--approved, &--submitted { background-color: #FFF2DB; color: #CA810A; } |