|
@@ -305,7 +305,7 @@ const NoBounsWarn = ({ visible, onClose, onConfirm }: any) => {
|
|
|
return (
|
|
|
<Mask visible={visible} onMaskClick={doClose}>
|
|
|
<div className="absolute left-[50%] top-[40%] w-[80%] translate-x-[-50%]">
|
|
|
- <div className="relative rounded-[.1rem] border-[1px] border-[#e541ff] bg-gradient-to-b from-[#254cc5] to-[#4b179a] px-[.15rem] pb-[.15rem] pt-[0px] shadow-[0_-10px_15px_#7619b6_inset]">
|
|
|
+ <div className="relative rounded-[.1rem] bg-[#1f2830] px-[.15rem] pb-[.15rem] pt-[0px]">
|
|
|
<div className="h-[.5rem] text-center">
|
|
|
<img
|
|
|
src="/warn_top.png"
|
|
@@ -320,13 +320,13 @@ const NoBounsWarn = ({ visible, onClose, onConfirm }: any) => {
|
|
|
<div className="mt-[.2rem] flex items-center justify-between px-[.1rem]">
|
|
|
<button
|
|
|
onClick={doConfirm}
|
|
|
- className="mr-[.1rem] h-[.35rem] flex-1 rounded-[60px] border border-[#e746ff] bg-[#703dc3] text-[.14rem] font-bold text-[#00f6ff] shadow-[0_10px_5px_#8f42d2_inset]"
|
|
|
+ className="mr-[.1rem] h-[.35rem] flex-1 rounded-[60px] bg-[#11de68] text-[.14rem] font-bold text-[#12171a]"
|
|
|
>
|
|
|
A certeza
|
|
|
</button>
|
|
|
<button
|
|
|
onClick={doClose}
|
|
|
- className="h-[.35rem] flex-1 rounded-[60px] border border-[#46e3ff] bg-[#6c3bc1] text-[.14rem] font-bold text-[#00f6ff] shadow-[0_-10px_5px_#4d4ebf_inset]"
|
|
|
+ className="h-[.35rem] flex-1 rounded-[60px] bg-[#ebc71f] text-[.14rem] font-bold text-[#12171a]"
|
|
|
>
|
|
|
Cancelar
|
|
|
</button>
|