diff --git a/frontend/src/index.css b/frontend/src/index.css index 35a0126..64b2c96 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -32,7 +32,7 @@ } .glassmorphism-rounded-full { - border-radius: 100000000px; + border-radius: 50%; border: 2px solid rgba(239, 239, 239, 0.60); background: linear-gradient(93deg, rgba(239, 239, 239, 0.06) 0%, rgba(239, 239, 239, 0.01) 100%); backdrop-filter: blur(27.5px);