You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a very small thing, but I thought I should mention it.
There is no nice way to customise the size of the icons on child buttons using SASS without changing the whole button size, as it overwrites $icons-font-size used in .mfb-component__icon
It's a very small thing, but I thought I should mention it.
There is no nice way to customise the size of the icons on child buttons using SASS without changing the whole button size, as it overwrites
$icons-font-size
used in.mfb-component__icon
I just removed the
font-size
line to make it work for me.The text was updated successfully, but these errors were encountered: