mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
feat(frontend): Dark Mode
This commit is contained in:
parent
65b0d24903
commit
78c7afc152
16 changed files with 83 additions and 62 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue