This commit is contained in:
Hristo Nedelkov 2023-07-25 21:09:00 +03:00
parent 2513bcc61a
commit f144a2d433
3 changed files with 9 additions and 9 deletions

View File

@ -26,7 +26,6 @@ const PageWrapper = ({ children }) => {
style={{
background:
"linear-gradient(180deg, rgba(245,242,254,1) 0%, rgba(255,255,255,1) 100%)",
width: "100%",
display: "flex",
justifyContent: "end",

View File

@ -13,7 +13,8 @@
gap: 15px;
padding: 15px 25px;
background-color: rgba(9, 16, 28, 0.96);
max-width: 1812px;
max-width: 1512px;
height: 56px;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
}

View File

@ -41,21 +41,21 @@ const TopBar = () => {
<Icon src={Arrow} width={32} height={32} style={bgIconBtn}></Icon>
<Icon
src={CommunitiesIcon}
width={32}
height={32}
width={20}
height={20}
style={bgIconBtn}
></Icon>
<Icon
src={MessagesIcon}
width={32}
height={32}
width={20}
height={20}
style={bgIconBtn}
></Icon>
<Icon src={WalletIcon} width={32} height={32} style={bgIconBtn}></Icon>
<Icon src={BrowserIcon} width={32} height={32} style={bgIconBtn}></Icon>
<Icon src={NodesIcon} width={32} height={32} style={bgIconBtn}></Icon>
<Icon src={WalletIcon} width={20} height={20} style={bgIconBtn}></Icon>
<Icon src={BrowserIcon} width={20} height={20} style={bgIconBtn}></Icon>
<Icon src={NodesIcon} width={20} height={20} style={bgIconBtn}></Icon>
</XStack>
<div className="topbar_middle">
{Array.from({ length: 9 }).map((e, i) => (