fix: padding of kBarTrigger (#3846)

pull/3864/head
Udit Takkar 2022-08-16 04:01:27 +05:30 committed by GitHub
parent 4ce6b91a79
commit 8c7579fede
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ const Layout = ({
</Fragment> </Fragment>
) )
)} )}
<span className="group flex items-center rounded-sm px-2 py-2 text-sm font-medium text-neutral-500 hover:bg-gray-50 hover:text-neutral-900 lg:hidden"> <span className="group flex items-center rounded-sm px-3 py-2.5 text-sm font-medium text-neutral-500 hover:bg-gray-50 hover:text-neutral-900 lg:hidden">
<KBarTrigger /> <KBarTrigger />
</span> </span>
</nav> </nav>