refactor: delete translation button colors red
This commit is contained in:
parent
465c01be44
commit
00d7fb79c3
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue