refactor: css variables (#19146)

This commit is contained in:
Jason Rasmussen
2025-06-12 19:06:38 -04:00
committed by GitHub
parent 2f3d4e15d2
commit 8923d5b0a3
19 changed files with 63 additions and 101 deletions
+1 -1
View File
@@ -101,7 +101,7 @@
return 'bg-yellow-500';
}
return 'bg-immich-primary dark:bg-immich-dark-primary';
return 'bg-primary';
};
const handleResetPassword = async () => {