1
0
Fork 0

wip(shared): Work on workbench views

This commit is contained in:
joostdecock 2023-05-31 17:56:58 +02:00
parent cab7f5d2c5
commit c53ff25053
25 changed files with 386 additions and 96 deletions

View file

@ -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}