feat(frontend): Dark Mode

This commit is contained in:
Julian Tölle 2022-07-24 17:45:29 +02:00
parent 65b0d24903
commit 78c7afc152
16 changed files with 83 additions and 62 deletions

View file

@ -12,7 +12,7 @@ export const Spinner: React.FC<SpinnerProps> = ({
<div className={`flex justify-center ${className}`}>
<svg
role="status"
className="text-gray-300 animate-spin fill-green-500"
className="text-gray-300 dark:text-gray-700 animate-spin fill-green-500"
height={size}
width={size}
viewBox="0 0 100 101"