I am using facebook account kit for login with phone number. I just want to change Next button text color to White. By default text color is black. I research on Facebook Account kit page but not found good solution. I found button property name for text color com_accountkit_button_text_color but dont know how to use it. Please Help me... Thanks in advance
configurationBuilder
= new AccountKitConfiguration.AccountKitConfigurationBuilder(
LoginType.PHONE,
AccountKitActivity.ResponseType.TOKEN);
skin = SkinManager.Skin.CONTEMPORARY;
uiManager = new SkinManager(SkinManager.Skin.CONTEMPORARY, ContextCompat.getColor(this, R.color.colorpurple));
configurationBuilder.setUIManager(uiManager);
Use this on your style file.