diff options
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/src/renderer/components/cell/Label.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/renderer/components/cell/Label.tsx b/gui/src/renderer/components/cell/Label.tsx index 780b593a1b..3a64908315 100644 --- a/gui/src/renderer/components/cell/Label.tsx +++ b/gui/src/renderer/components/cell/Label.tsx @@ -31,7 +31,7 @@ const StyledTintedIcon = styled(ImageView).attrs((props: IImageViewProps) => ({ tintHoverColor: props.tintHoverColor ?? props.tintColor ?? colors.white60, }))((props: IImageViewProps) => ({ '&&:hover': { - backgroundColor: props.tintColor, + backgroundColor: props.tintHoverColor, }, [`${CellButton}:not(:disabled):hover &&`]: { backgroundColor: props.tintHoverColor, |
