Skip to content

Instantly share code, notes, and snippets.

@furkanaydgn
Created October 14, 2022 05:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save furkanaydgn/ccbc97922efa84ab57c06abb00599206 to your computer and use it in GitHub Desktop.
Save furkanaydgn/ccbc97922efa84ab57c06abb00599206 to your computer and use it in GitHub Desktop.
huawei_button_logo
async function huawei_button_logo() {
const edittedButton = "btn_auth_button";
HMSHuaweiIdAuthButton.getHuaweiIdAuthButton(edittedButton,
HMSHuaweiIdAuthButton.Theme.THEME_FULL_TITLE,
HMSHuaweiIdAuthButton.ColorPolicy.COLOR_POLICY_RED,
HMSHuaweiIdAuthButton.CornerRadius.CORNER_RADIUS_LARGE);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment