skol-pro / ion-digit-keyboard-v2

A digital keyboard plugin to use in Ionic 2 applications.
MIT License
94 stars 40 forks source link

.digit-keyboard-key { margin: 1px !important } #1

Closed mikeulvila closed 7 years ago

mikeulvila commented 7 years ago

Hello friend, I noticed the "margin: 1px !important" of the .digit-keyboard-key class is overriding the "margin: 0 auto" when setting roundButtons to true, causing the number keys to not be centered. Thanks for the great little digit keyboard! screen shot 2017-02-17 at 3 50 36 pm

skol-pro commented 7 years ago

Hi mikeulvila !

Indeed, well spotted. This margin is set for style purposes, for now if you're really going to use the ionic or messenger themes with rounded button, I suggest you to comment out the margin line in ion-digit-keyboard.scss.

Remember to uncomment it if you turn roundButtons off, since it won't looks that good without the margin ;-)

Without margin With margin