mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
chore: change button variant
This commit is contained in:
@@ -12,7 +12,7 @@ const RowCollapseOptions = ({ children }: RowCollapseOptionsProps) => {
|
|||||||
return (
|
return (
|
||||||
<Collapse
|
<Collapse
|
||||||
title={
|
title={
|
||||||
<Button>
|
<Button variant='ghost' color='none'>
|
||||||
<Icon icon='material-symbols:more-vert' width={16} height={16} />
|
<Icon icon='material-symbols:more-vert' width={16} height={16} />
|
||||||
</Button>
|
</Button>
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ const RowDropdownOptions = ({
|
|||||||
'dropdown-end': isLast2Rows,
|
'dropdown-end': isLast2Rows,
|
||||||
})}
|
})}
|
||||||
>
|
>
|
||||||
<Button tabIndex={0}>
|
<Button tabIndex={0} variant='ghost' color='none'>
|
||||||
<Icon icon='material-symbols:more-vert' width={16} height={16} />
|
<Icon icon='material-symbols:more-vert' width={16} height={16} />
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user