feat: search

This commit is contained in:
liyasthomas
2021-08-10 13:46:42 +05:30
parent da74fb5241
commit b612feea41
25 changed files with 493 additions and 256 deletions

View File

@@ -43,9 +43,9 @@
// Text color
--secondary-color: theme("colors.blue-gray.600");
// Light Text color
--secondary-light-color: theme("colors.blue-gray.500");
--secondary-light-color: theme("colors.blue-gray.400");
// Dark Text color
--secondary-dark-color: theme("colors.blue-gray.700");
--secondary-dark-color: theme("colors.blue-gray.900");
// Border color
--divider-color: theme("colors.blue-gray.200");
// Light Border color