fix style

This commit is contained in:
pompurin404 2024-09-04 19:56:23 +08:00
parent 73835b7bd3
commit 6be794efe9
No known key found for this signature in database

View File

@ -71,7 +71,7 @@ const Profiles: React.FC = () => {
{
key: 'open-substore',
name: '访问 Sub-Store',
icon: <SubStoreIcon />,
icon: <SubStoreIcon className="text-lg" />,
divider:
(Boolean(subs) && subs.length > 0) || (Boolean(collections) && collections.length > 0)
}