fix(normalize): normalize css resets button padding (#26214)

resolves #23928
This commit is contained in:
Matias Salles
2022-11-18 15:57:17 -03:00
committed by GitHub
parent 89e3cd67ce
commit e14c94722c

View File

@ -162,6 +162,7 @@ button ion-label {
}
button {
padding: 0;
border: 0;
border-radius: 0;
font-family: inherit;