# What happens If you pass `mb=0` to the Title component the margin still stays at `1em`, caused by `h3.margin-block-end`. # Expected behavior: Overwrite margin when passed explictly. # Example Code: ``` <Title mb={0}> My Title</Title> ``` 
What happens
If you pass
mb=0to the Title component the margin still stays at1em, caused byh3.margin-block-end.Expected behavior:
Overwrite margin when passed explictly.
Example Code: