Update border-radius on TopBar

This commit is contained in:
Hristo Nedelkov 2023-07-25 20:48:12 +03:00
parent d98361583f
commit 2513bcc61a
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ const PageWrapper = ({ children }) => {
<div
style={{
border: "4px solid #09101C",
"border-radius": "45px",
"border-radius": "30px",
padding: "0",
margin: "0",
}}