mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-22 06:37:56 +01:00
Add arrow to tooltip
This commit is contained in:
parent
e45b4c870a
commit
fb6141ccab
@ -34,7 +34,7 @@ import ActionConfig from '../../classes/action/action-config';
|
|||||||
export const ToolbarButtonOption = (props: { configuration: ActionConfig }) => {
|
export const ToolbarButtonOption = (props: { configuration: ActionConfig }) => {
|
||||||
const selected = props.configuration.selected && props.configuration.selected();
|
const selected = props.configuration.selected && props.configuration.selected();
|
||||||
return (
|
return (
|
||||||
<Tooltip title={props.configuration.tooltip || ''} disableInteractive>
|
<Tooltip title={props.configuration.tooltip || ''} disableInteractive arrow={true}>
|
||||||
<Box component="span" my="auto">
|
<Box component="span" my="auto">
|
||||||
<IconButton
|
<IconButton
|
||||||
onClick={props.configuration.onClick}
|
onClick={props.configuration.onClick}
|
||||||
|
Loading…
Reference in New Issue
Block a user