feat(web): tailwind css (#1147)
This commit is contained in:
@@ -53,7 +53,7 @@ const Menu: FunctionComponent<MenuProps> = ({
|
||||
|
||||
return (
|
||||
<menu
|
||||
className={`m-0 pl-0 list-style-none focus:shadow-none ${className}`}
|
||||
className={`m-0 pl-0 list-none focus:shadow-none ${className}`}
|
||||
onKeyDown={handleKeyDown}
|
||||
ref={menuElementRef}
|
||||
style={style}
|
||||
|
||||
Reference in New Issue
Block a user