refactor: update logout button color to match error color

This commit is contained in:
hakadao
2024-06-18 00:56:00 +08:00
parent 90867d0fb1
commit afea990bb3

View File

@@ -179,6 +179,6 @@ async function logout() {
}
#logout {
--uno: "text-red-400 important:block px-4 py-2 rounded-$bew-radius duration-300 cursor-pointer hover:bg-$bew-fill-2";
--uno: "text-$bew-error-color important:block px-4 py-2 rounded-$bew-radius duration-300 cursor-pointer hover:bg-$bew-fill-2";
}
</style>