Menu exit button disappears when open. (debut theme)

Hi, I’m hoping someone can help me.

When I open the menu on mobile, the exit button disappears. How can I get it back?

Store URL: https: //jazzyboo.com.au/

pw: heloa

Thanks in advance

@NicoleJB

Please Go to Online Store → Themes → Edit code → Assets → theme.css and paste this code at the end of this file.

.site-header__icon .icon.icon-close {
fill: #ffffff !important;
}

Thank you so much, it worked!!

@NicoleJB Thank you for accepting my answer as a solution.