mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
fix color
api breakage
This commit is contained in:
parent
d63bea9571
commit
72317a79dc
@ -107,7 +107,7 @@ const links = {
|
||||
linkHoverColor: ({
|
||||
linkColor
|
||||
}) => {
|
||||
return Color(linkColor).darken('0.15').hexString();
|
||||
return Color(linkColor).darken(0.15).hex();
|
||||
},
|
||||
linkHoverDecoration: 'underline'
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user