fix: #316 cancel and close hover effect

This commit is contained in:
Cindy Chang
2024-08-16 16:58:13 +08:00
parent 6fcd7efbfc
commit 975b8340b8
2 changed files with 7 additions and 4 deletions

View File

@@ -125,7 +125,8 @@
</main>
<footer class="flex row footer justify-end pr-[32px] pb-8">
<button class="cancel-btn rounded rounded-full w-[92px] h-10 px-2.5 py-6 border border-[1px] border-[#64748B]
flex justify-center items-center text-[#4E5969] font-medium"
flex justify-center items-center text-[#4E5969] font-medium
hover:bg-[#64748B] hover:border-[#CBD5E1] hover:text-[#FFFFFF]"
@click="onCancelBtnClick"
>
{{ i18next.t("Global.Cancel") }}