Style every BUTTON in the FOOTER to have a white color
footer {
width: calc(100% - 2em);
z-index: 500;
position: absolute;
bottom: 0;
overflow: hidden;
display: flex;
justify-content: space-between;
margin: 0 1em;
}
<footer>
<button class="mdc-icon-button material-icons" id="btn-address">Address</button>
<button class="mdc-icon-button material-icons" id="btn-phone">phone</button>
<button class="mdc-icon-button material-icons" id="btn-birthday">Birthday</button>
</footer>