feat: revamp environments ui
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user