From 8101fba3d9b9ca4452d11dc88f2bf760526452f2 Mon Sep 17 00:00:00 2001 From: NCanggoro Date: Fri, 1 Sep 2023 20:46:13 +0700 Subject: [PATCH] change primary and secondary color --- tailwind.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index 382fe75..a4326eb 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -5,8 +5,8 @@ export default { colors: { transparent: 'transparent', current: 'currentColor', - primary: '#3d3d3d', - secondary: '#4b4b4b' + primary: '#202225', + secondary: '#2f3136' }, fontSize: { xs: ['0.75rem', { lineHeight: '1rem' }],