fix design marketplace

This commit is contained in:
aurinex
2025-07-21 17:07:49 +05:00
parent 932d867505
commit d38faccf6f
3 changed files with 139 additions and 31 deletions

View File

@ -178,7 +178,7 @@ export default function TopBar({ onRegister, username }: TopBarProps) {
color: 'rgba(255, 77, 77, 1)',
},
'&:hover': {
color: 'rgb(199, 199, 199)',
color: 'rgb(177, 52, 52)',
},
transition: 'all 0.3s ease',
}}
@ -197,7 +197,7 @@ export default function TopBar({ onRegister, username }: TopBarProps) {
color: 'rgba(255, 77, 77, 1)',
},
'&:hover': {
color: 'rgb(199, 199, 199)',
color: 'rgb(177, 52, 52)',
},
transition: 'all 0.3s ease',
}}
@ -216,7 +216,7 @@ export default function TopBar({ onRegister, username }: TopBarProps) {
color: 'rgba(255, 77, 77, 1)',
},
'&:hover': {
color: 'rgb(199, 199, 199)',
color: 'rgb(177, 52, 52)',
},
transition: 'all 0.3s ease',
}}
@ -235,7 +235,7 @@ export default function TopBar({ onRegister, username }: TopBarProps) {
color: 'rgba(255, 77, 77, 1)',
},
'&:hover': {
color: 'rgb(199, 199, 199)',
color: 'rgb(177, 52, 52)',
},
transition: 'all 0.3s ease',
}}