diamirio / BiometricAuth

Backport of Android Pie's BiometricPrompt using Kotlin and RxJava
Other
44 stars 6 forks source link

Fix cancel button color #9

Closed FlowMo7 closed 5 years ago

FlowMo7 commented 5 years ago

When using this library in a project with non-white primary-color, the background of the cancel-button on devices < Pie was the primary color instead of a white background.

This PR explicitly sets the primaryColor within the button-style to white.