diff --git a/daily-thought-frontend/tailwind.config.js b/daily-thought-frontend/tailwind.config.js index 092e9803f15767189069657928fdec3a1d206832..367d7575d504fd3261a7d0874a29e3785e436dc9 100644 --- a/daily-thought-frontend/tailwind.config.js +++ b/daily-thought-frontend/tailwind.config.js @@ -11,8 +11,8 @@ module.exports = { theme: { extend: { colors: { - 'c-green': '#7bfba5', - 'c-pink': '#ea3381' + 'c-green': '#2bff9c', + 'c-pink': '#ff0082' } }, },