swiftui-sliders icon indicating copy to clipboard operation
swiftui-sliders copied to clipboard

Erros on xCode 13.0.

Open Stefan-Hopman opened this issue 2 years ago • 2 comments

Hello,

I added the package to my project. When on xCode 13.0, I get errors saying "Ambiguous use of 'accentColor'". Maybe Color.accentColor should be used instead of just .accentColor in the source code when using .accentColor as a parameter call. Could you please resolve this?

Kind Regards, Stefan

Stefan-Hopman avatar Nov 29 '21 04:11 Stefan-Hopman

Hello, I was able to resolve it from the source code by using Color.accentColor instead .accentColor when passing it as as a parameter.

Stefan-Hopman avatar Nov 29 '21 05:11 Stefan-Hopman

For anyone having this problem, you can fix it by binding the version to the commit 5ba8614462a7ed4bd47a93fbca6c281599f74337.

trickypr avatar Jun 18 '22 10:06 trickypr