adjust delete video button hover effect

This commit is contained in:
MarconLP 2023-07-09 13:58:47 +02:00
parent 962c26460b
commit 2aebbe03a5
No known key found for this signature in database
GPG key ID: A08A9C8B623F5EA5

View file

@ -410,7 +410,7 @@ export default function Recorder({ closeModal, step, setStep }: Props) {
</button>
<button
type="button"
className="ml-auto inline-flex items-center rounded-md bg-[#dc2625] px-4 py-2 text-sm font-semibold leading-6 text-white shadow transition duration-150 ease-in-out hover:bg-indigo-400 disabled:cursor-not-allowed"
className="ml-auto inline-flex items-center rounded-md bg-[#dc2625] px-4 py-2 text-sm font-semibold leading-6 text-white shadow transition duration-150 ease-in-out hover:opacity-80 disabled:cursor-not-allowed"
onClick={() => {
posthog?.capture("recorder: closed post-modal");
void closeModal();