LanceMcCarthy / MvpApi

An application for Microsoft MVPs to easily browse and upload contributions
MIT License
36 stars 10 forks source link

Remove Padding for HyperlinkButton #210

Closed LanceMcCarthy closed 2 years ago

LanceMcCarthy commented 2 years ago

In the OnlineIdentities ITemTemplate, I use a HyperlinkButton. The default style for that button includes some padding for the background.

In this case, I need a custom HyperlinkButton style just for that list that removes the padding.

image