Skip to content

Commit 52bac90

Browse files
committed
chore(ec-payment-methods): minor fix for chart colors
1 parent 7f927bb commit 52bac90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/cards/js/EcPaymentMethodsChart.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default {
4141
}, {
4242
_id: 'banking_billet',
4343
amount: 0,
44-
color: '#20c997'
44+
color: '#03a9b3'
4545
}, {
4646
_id: 'online_debit',
4747
amount: 0,

0 commit comments

Comments
 (0)