adjust delete video button hover effect
This commit is contained in:
parent
962c26460b
commit
2aebbe03a5
1 changed files with 1 additions and 1 deletions
|
|
@ -410,7 +410,7 @@ export default function Recorder({ closeModal, step, setStep }: Props) {
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
type="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={() => {
|
onClick={() => {
|
||||||
posthog?.capture("recorder: closed post-modal");
|
posthog?.capture("recorder: closed post-modal");
|
||||||
void closeModal();
|
void closeModal();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue