From 5766d4e91a1e976f090cb8184394b7ac497ec296 Mon Sep 17 00:00:00 2001 From: Rodrigo Antinarelli Date: Thu, 2 Apr 2020 15:55:54 -0300 Subject: [PATCH] remove old colors --- platform/ui/tailwind.config.js | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/platform/ui/tailwind.config.js b/platform/ui/tailwind.config.js index 04c1dc265..6671c436b 100644 --- a/platform/ui/tailwind.config.js +++ b/platform/ui/tailwind.config.js @@ -38,24 +38,6 @@ module.exports = { active: '#2c3074', }, - /** CUSTOM THEME COLORS */ - custom: { - dark: '#1f1f27', // [class]-secondary-active - aquaBright: '#5acce6', // [class]-primary-light - navyDark: '#090c29', // [class]-primary-dark - navy: '#041c4a', // [class]-secondary-dark - violetDark: '#2b166b', // [class]-secondary-main - violetPale: '#3a3f99', // [class]-secondary-light - blue: '#0944b3', // [class]-primary-main - blueBright: '#348cfd', // [class]-primary-active - white: '#ffffff', // [class]-common-main - grayBright: '#e1e1e1', // [class]-common-bright - grayLight: '#a19fad', // [class]-common-light - gray: '#726f7e', // [class]-common-dark - darkSlateBlue: '#2c3074', // [class]-common-active - }, - /** END CUSTOM THEME COLORS */ - gray: { 100: '#f7fafc', 200: '#edf2f7',