Re-order of pair editor

This commit is contained in:
Gregory Schier
2023-03-19 13:28:57 -07:00
parent b708b5ae41
commit 1b9813fb4c
12 changed files with 195 additions and 88 deletions

View File

@@ -47,10 +47,7 @@ export const Tabs = memo(function Tabs({
>
<T.List
aria-label={label}
className={classnames(
tabListClassName,
'h-auto flex items-center overflow-x-auto pb-1 mb-1',
)}
className={classnames(tabListClassName, 'h-auto flex items-center overflow-x-auto pb-1')}
>
<HStack space={1}>
{tabs.map((t) => {