refactor: delete translation button colors red

This commit is contained in:
Nicola Zambello 2023-08-07 13:03:19 +02:00
parent 465c01be44
commit 00d7fb79c3
Signed by: nzambello
GPG key ID: 56E4A92C2C1E50BA

View file

@ -47,7 +47,7 @@ export default function TranslationDetailsPage() {
<Form method="post"> <Form method="post">
<button <button
type="submit" type="submit"
className="rounded bg-blue-500 px-4 py-2 text-white hover:bg-blue-600 focus:bg-blue-400" className="rounded bg-red-500 px-4 py-2 text-white hover:bg-red-600 focus:bg-red-400"
> >
Delete Delete
</button> </button>