mirror of
https://dev.azure.com/tstanciu94/ReverseProxy/_git/ReverseProxy_Frontend
synced 2022-12-28 18:12:07 +02:00
options button styles change
This commit is contained in:
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…
x
Reference in New Issue
Block a user