react-native-timetable icon indicating copy to clipboard operation
react-native-timetable copied to clipboard

How can I customize colors?

Open buonan opened this issue 1 year ago • 1 comments

buonan avatar Jun 12 '23 01:06 buonan

Can we add this to utils.js line 63?

  color: item.color ? item.color : sameOne === undefined ? pickColor(count) : sameOne.color,

buonan avatar Jun 12 '23 02:06 buonan