Match border-radius to rounded-md (0.375rem) in contacts

This commit is contained in:
Web-serfer 2026-04-27 21:57:08 +05:00
parent 850615496e
commit e31c0bf12c

View file

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