Twitter login button

How can I easily change the default accounts-ui twitter button : http://prntscr.com/6xainr

to the usual twitter button?:

I’ve looked at using other accounts packages that provide different designs but id like to simply replace this button.

It may be a bit of extra work, but you could just use accounts-twitter instead, and use your preferred twitter button to initiate the login w/ Meteor.loginWithTwitter();. Just an idea though. You’d think there would be an easier way to switch out the button.