Skip to content

Fix: apply height to any brand element passed to AppBar

Aanand Prasad requested to merge fix-brand-sizing into master

Currently, AppBar's brand prop expects an <svg> element - if you pass it anything else (e.g. an <img>), it won't set the height on it. This makes it generic.

Merge request reports