Fix more menu font size
This commit is contained in:
parent
81ba7228b5
commit
992aadddc1
@ -23,7 +23,7 @@ export default function MoreMenu({
|
|||||||
const itemClass = clsx(
|
const itemClass = clsx(
|
||||||
'block w-full',
|
'block w-full',
|
||||||
'border-none min-h-0 bg-transparent',
|
'border-none min-h-0 bg-transparent',
|
||||||
'text-left text-main',
|
'text-base text-main text-left',
|
||||||
'px-3 py-1.5 rounded-[3px]',
|
'px-3 py-1.5 rounded-[3px]',
|
||||||
'hover:text-main',
|
'hover:text-main',
|
||||||
'hover:bg-gray-50 active:bg-gray-100',
|
'hover:bg-gray-50 active:bg-gray-100',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user