chore: change button variant

This commit is contained in:
ValdiANS
2026-01-20 16:44:42 +07:00
parent 696ec3a69c
commit 0439c21ec6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ const RowCollapseOptions = ({ children }: RowCollapseOptionsProps) => {
return (
<Collapse
title={
<Button>
<Button variant='ghost' color='none'>
<Icon icon='material-symbols:more-vert' width={16} height={16} />
</Button>
}
+1 -1
View File
@@ -21,7 +21,7 @@ const RowDropdownOptions = ({
'dropdown-end': isLast2Rows,
})}
>
<Button tabIndex={0}>
<Button tabIndex={0} variant='ghost' color='none'>
<Icon icon='material-symbols:more-vert' width={16} height={16} />
</Button>