feat: revamp environments ui

This commit is contained in:
liyasthomas
2021-07-08 13:36:37 +05:30
parent 207dc2b6a6
commit a070bed7c9
5 changed files with 121 additions and 95 deletions

View File

@@ -39,11 +39,11 @@
// Dark Background color
--primary-dark-color: theme("colors.gray.100");
// Text color
--secondary-color: theme("colors.gray.600");
--secondary-color: theme("colors.gray.500");
// Light Text color
--secondary-light-color: theme("colors.gray.400");
// Dark Text color
--secondary-dark-color: theme("colors.gray.700");
--secondary-dark-color: theme("colors.gray.600");
// Border color
--divider-color: theme("colors.gray.200");
// Light Border color