Describe the bug
When using BottomAppBar with the attribute color:"primary", if the attribute fabInset is present, the color of the Section will be the wrong one(and not the one of my theme)
To Reproduce
Steps to reproduce the behavior:
Create a project
Include SMUI Theme and BottomAppBar
Change primary color to desired one
Add a <BottomAppBar color:"primary">
Add inside <section> with icons
Add a <section fabInset> with <fab> inside
See difference in color
(See below)
Expected behavior
The actual primary color should be used.
Describe the bug When using
BottomAppBar
with the attributecolor:"primary"
, if the attributefabInset
is present, the color of the Section will be the wrong one(and not the one of my theme)To Reproduce Steps to reproduce the behavior:
<BottomAppBar color:"primary">
<section>
with icons<section fabInset>
with<fab>
inside(See below)
Expected behavior The actual primary color should be used.
Screenshots
Desktop :