mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-25 17:09:09 +00:00
refactor: tweak table element styles
This commit is contained in:
committed by
Carlos Valente
parent
fb38d82855
commit
ab6765b332
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user