atuazlização

This commit is contained in:
Yago Santana 2025-12-03 08:47:28 -03:00
parent 2f7cdd08b8
commit 63db49be67

View file

@ -145,7 +145,7 @@ export const Navbar: React.FC<NavbarProps> = ({ onNavigate, currentPage }) => {
onNavigate('register');
setIsAccountDropdownOpen(false);
}}
className="w-full bg-purple-600 text-white hover:bg-purple-700 focus:ring-purple-500 rounded-xl"
className="w-full bg-[#4B3061] text-white hover:bg-[#3A2450] focus:ring-[#3A2450] rounded-xl"
>
Cadastre-se agora
</Button>