Change pataje icon direction and position
This commit is contained in:
@@ -69,7 +69,7 @@ export default function Pataje({teks, setError, setSuccess}) {
|
||||
ariaLabel='Patajé'
|
||||
icon={<SpeedDialIcon icon={<ShareIcon />} />}
|
||||
open={open}
|
||||
direction='right'
|
||||
direction='down'
|
||||
onClose={handleClose}
|
||||
onOpen={handleOpen}
|
||||
>
|
||||
@@ -77,7 +77,7 @@ export default function Pataje({teks, setError, setSuccess}) {
|
||||
<SpeedDialAction
|
||||
key={action.name}
|
||||
icon={action.icon}
|
||||
tooltipPlacement='bottom'
|
||||
tooltipPlacement='right'
|
||||
tooltipTitle={action.name}
|
||||
onClick={() => handleClick(action.code)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user