Fix border radius 0.75rem on contacts

This commit is contained in:
Web-serfer 2026-04-27 21:53:48 +05:00
parent 532ac00341
commit 850615496e

View file

@ -285,7 +285,7 @@ const isAuthorized = false; // Измените на true, чтобы увиде
color: #1e293b; color: #1e293b;
border: none; border: none;
padding: 1rem 2rem; padding: 1rem 2rem;
border-radius: 0.5rem; border-radius: 0.75rem;
font-size: 1.1rem; font-size: 1.1rem;
font-weight: 700; font-weight: 700;
cursor: pointer; cursor: pointer;