options button styles change
parent
ac960db9e1
commit
a8825a69d6
|
@ -4,6 +4,11 @@ const styles = () => ({
|
|||
},
|
||||
narrowTable: {
|
||||
minWidth: 400
|
||||
},
|
||||
rowButton: {
|
||||
width: 20,
|
||||
height: 20,
|
||||
padding: 10
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
@ -86,11 +86,14 @@ const SessionForwardsComponent = ({
|
|||
{row.optionId ? (
|
||||
<Tooltip title={t("Session.Forwards.Options.Title")}>
|
||||
<IconButton
|
||||
className={classes.rowButton}
|
||||
aria-label="options"
|
||||
size="small"
|
||||
onClick={openOptionsDialog(row)}
|
||||
>
|
||||
<DonutLargeRoundedIcon color="primary" />
|
||||
<DonutLargeRoundedIcon
|
||||
color="primary"
|
||||
fontSize="small"
|
||||
/>
|
||||
</IconButton>
|
||||
</Tooltip>
|
||||
) : (
|
||||
|
|
Loading…
Reference in New Issue