fix: Fix imports and database bugs. Removed legacy ETL code.
This commit is contained in:
@@ -24,7 +24,7 @@ export const Button: React.FC<ButtonProps> = ({
|
||||
|
||||
const variants = {
|
||||
primary: 'bg-primary-500 text-white hover:bg-primary-600 focus:ring-primary-500 dark:bg-primary-600 dark:hover:bg-primary-700',
|
||||
secondary: 'bg-gray-200 text-gray-900 hover:bg-gray-300 focus:ring-gray-500 dark:bg-gray-700 dark:text-gray-100 dark:hover:bg-gray-600',
|
||||
secondary: 'bg-gray-200 text-gray-900 hover:bg-gray-300 focus:ring-gray-500 dark:bg-inactive dark:text-gray-100 dark:hover:bg-border',
|
||||
danger: 'bg-red-600 text-white hover:bg-red-700 focus:ring-red-500 dark:bg-red-700 dark:hover:bg-red-800',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user