mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
Fix
This commit is contained in:
parent
25e33d5ac2
commit
d54a598e51
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ export const Link = ({ height, properties, styles, fireEvent, setExposedVariable
|
|||
opacity: isDisabled ? 0.5 : 1,
|
||||
pointerEvents: isDisabled ? 'none' : 'auto',
|
||||
fontWeight: '500',
|
||||
'--link-hover-color': tinycolor(textColor).darken(15).toString(),
|
||||
'--link-hover-color': tinycolor(textColor).darken(8).toString(),
|
||||
};
|
||||
// eslint-disable-next-line import/namespace
|
||||
const IconElement = Icons?.[icon] == undefined ? Icons['IconHome2'] : Icons[icon];
|
||||
|
|
|
|||
Loading…
Reference in a new issue