feat(web): tailwind css (#1147)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { FunctionComponent } from 'react'
|
||||
|
||||
const MenuItemSeparator: FunctionComponent = () => (
|
||||
<li className="list-style-none" role="none">
|
||||
<div role="separator" className="h-1px my-2 bg-border" />
|
||||
<li className="list-none" role="none">
|
||||
<div role="separator" className="h-[1px] my-2 bg-border" />
|
||||
</li>
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user