UNPKG

118 BJavaScriptView Raw
1module.exports = function ({ colors }) {
2 return {
3 defaultHoverOpacity: 0.8,
4 defaultActiveOpacity: 0.5
5 }
6}