refactor: tweak table element styles

This commit is contained in:
Carlos Valente
2024-12-20 09:27:49 +01:00
committed by Carlos Valente
parent fb38d82855
commit ab6765b332
6 changed files with 29 additions and 16 deletions
@@ -150,10 +150,10 @@ export default function CuesheetTable(props: CuesheetTableProps) {
<td>
<MenuButton
as={IconButton}
size='xs'
size='sm'
aria-label='Options'
icon={<IoEllipsisHorizontal />}
variant='ontime-ghosted'
variant='ontime-subtle'
/>
</td>
{row.getVisibleCells().map((cell) => {