diff --git a/frontend/tailwind.config.js b/frontend/tailwind.config.js index 18b162f..1f65c30 100644 --- a/frontend/tailwind.config.js +++ b/frontend/tailwind.config.js @@ -51,7 +51,7 @@ module.exports = { text: '#45B26B', }, pavitra: { - blue: '#0162FD', + blue: '#244E5E', green: '#00B448', orange: '#FFAA00', red: '#F20041', @@ -67,8 +67,8 @@ module.exports = { pastelEmeraldTheme: { text: '#515564', iconsColor: '#030A0D', - mainBG: '#DFECF2', - buttonColor: '#030A0D', + mainBG: '#FFFFFF', + buttonColor: '#244E5E', outsideCardColor: '#D0E1E9', cardColor: '#DFECF2', webSiteComponentBg: '#030A0D',