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