chore: plugin button

This commit is contained in:
Yi 2024-11-01 15:39:55 +08:00
parent 2fd4b6e6d2
commit 824ed7d6c2
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ const PluginsNav = ({
<Link href="/plugins" className={classNames(
className, 'group',
)}>
<div className='flex flex-row p-1.5 gap-0.5 items-center justify-center rounded-xl system-xs-medium-uppercase hover:bg-state-base-hover text-text-tertiary hover:text-text-secondary'>
<div className='flex flex-row h-8 p-1.5 gap-0.5 items-center justify-center rounded-xl system-sm-medium-uppercase hover:bg-state-base-hover text-text-tertiary hover:text-text-secondary'>
<div className='flex w-4 h-4 justify-center items-center'>
<Group />
</div>