Skip to content

Commit b7cf9cd

Browse files
fixes #84
1 parent 51dddca commit b7cf9cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TouchEffect.Droid/PlatformTouchEff.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ private ColorStateList GetColorStateList()
321321
if (defaultcolor != Xamarin.Forms.Color.Default)
322322
color = defaultcolor.ToAndroid();
323323
else
324-
color = Color.Argb(31, 0, 0, 0);
324+
color = Color.Argb(64, 128, 128, 128);
325325

326326
return new ColorStateList(
327327
new[] { new int[] { } },

0 commit comments

Comments
 (0)