diff --git a/theme.js b/theme.js index ca05b58..b001804 100644 --- a/theme.js +++ b/theme.js @@ -3,8 +3,10 @@ import Color from "color"; // export const green = '#35D721'; // export const red = '#DD1A10'; -export const green = '#009f49' -export const red = '#BD0D26' +// export const green = '#009f49' +// export const red = '#BD0D26' +export const green = '#1e9a57' +export const red = '#B22235' export const yellow = '#FFDE00' export const orange = '#F58A00' export const blue = '#1666EB'