Fix icon spacing for duotone too

This commit is contained in:
Skylar Ittner 2021-10-04 21:29:57 -06:00
parent 28ce54735d
commit 78b8a21d01

View File

@ -19,7 +19,7 @@ Framework7 and FontAwesome both have a .fab class
line-height: var(--f7-line-height);
}
.button .fas, .button .far, .button .fal {
.button .fas, .button .far, .button .fal, .button .fad {
margin-right: 0.3rem;
}