improved dashboard design + blurred icons based on personal preferences

This commit is contained in:
daniel31x13
2023-11-10 22:32:56 -05:00
parent 3dfbccaf23
commit e3b32fd791
9 changed files with 117 additions and 33 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ export default function Password() {
) : undefined}
<button
className={`mx-auto lg:mx-0 text-white flex items-center gap-2 py-1 px-3 rounded-md text-lg tracking-wide select-none font-semibold duration-100 w-fit ${
className={`mx-auto text-white flex items-center gap-2 py-1 px-3 rounded-md text-lg tracking-wide select-none font-semibold duration-100 w-fit ${
submitLoader
? "bg-red-400 cursor-auto"
: "bg-red-500 hover:bg-red-400 cursor-pointer"