wip(shared): Work on workbench views
This commit is contained in:
parent
cab7f5d2c5
commit
c53ff25053
25 changed files with 386 additions and 96 deletions
|
@ -12,7 +12,7 @@ const OpenTitleButton = ({
|
|||
<div
|
||||
role="button"
|
||||
className={`flex flex-row items-center justify-between w-full ${
|
||||
top ? 'lg:rounded-t-lg' : 'lg:rounded-b-lg'
|
||||
bottom ? 'lg:rounded-b-lg' : 'lg:rounded-t-lg'
|
||||
}
|
||||
bg-${color} text-${color}-content px-4 py-1 text-lg font-medium`}
|
||||
onClick={toggle}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue