fix green market charts

This commit is contained in:
saml33 2022-06-18 09:27:56 +10:00
parent ab0fce91f5
commit dfd5f08319
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ const MarketsTable = ({
}
const COLORS = {
GREEN: { Mango: '#AFD803', Dark: '5EBF4d', Light: '5EBF4d' },
GREEN: { Mango: '#AFD803', Dark: '#5EBF4d', Light: '#5EBF4d' },
RED: { Mango: '#F84638', Dark: '#CC2929', Light: '#CC2929' },
}