Hello there @limber wigeon
[COLORS.LINK]: () => {
return {
border: '1px solid var(--mantine-border-light)',
color: 'var(--mantine-primary-color-filled)',
background: 'var(--mantine-color-white)',
hover: 'var(--mantine-primary-color-filled)',
hoverColor: 'var(--mantine-color-white)'
};
},
I have this in my custom theme, how can I make border on hover to be zero ( 0 )