style(AdminListModal): remove wrong admin color to mobile

This commit is contained in:
plebeius.eth
2023-09-26 17:44:47 +02:00
parent 7bd3768e1b
commit 67f7c52c40
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -596,7 +596,7 @@ const Description = () => {
)}
<span className='name-block-mobile'>
<span
className='name-mobile capcode-admin'
className='name-mobile capcode'
style={{ cursor: 'pointer' }}
onClick={() => {
setIsAdminListOpen(!isAdminListOpen);