diff --git a/theme.js b/theme.js index b4a9030..ae0ef0f 100644 --- a/theme.js +++ b/theme.js @@ -3,7 +3,7 @@ import Color from "color"; // export const green = '#35D721'; // export const red = '#DD1A10'; -export const green = '#009F49' +export const green = '#00C75C' export const red = '#BD0D26' export const yellow = '#FFDE00' export const orange = '#F58A00'