diff --git a/frontend/src/components/ui/Button/button.css b/frontend/src/components/ui/Button/button.css index adfcd762..91d2b8e3 100644 --- a/frontend/src/components/ui/Button/button.css +++ b/frontend/src/components/ui/Button/button.css @@ -3,7 +3,7 @@ border: none; cursor: pointer; font-weight: 600; - border-radius: px; + border-radius: 8px; transition: all 0.2s ease-in-out; display: flex; justify-content: center; @@ -71,7 +71,7 @@ left: 0; right: 0; bottom: 0; - border-radius: px; + border-radius: 8px; padding: 2px; background: linear-gradient(90deg, #74d6fd 0%, #e01dee 100%); -webkit-mask: @@ -101,7 +101,7 @@ @media (max-width: 768px) { .button { - border-radius: px; + border-radius: 8px; } .button--primary { @@ -109,7 +109,7 @@ } .button--secondary::before { - border-radius: px; + border-radius: 8px; } .button--lg { diff --git a/frontend/src/pages/vault/stake/Stake.jsx b/frontend/src/pages/vault/stake/Stake.jsx index b1a122d8..89c731ca 100644 --- a/frontend/src/pages/vault/stake/Stake.jsx +++ b/frontend/src/pages/vault/stake/Stake.jsx @@ -59,7 +59,7 @@ function Stake() {