Change background colour on footer for newsletter

Hi,

The newsletter and currency fields on my footer are a different colour. I know the colour of my footer but how do I get them to all be the one colour and not a dark grey colour?

Thank you

Add this code in your base.css:

.disclosure__toggle.disclosure__toggle--currency {
  background-color: #d4d4d4;
}

.footer__newsletter .input {
    background-color: #d4d4d4;
}

Before:

After:

Oh my goodness thank you so much sorry I didn’t see you responded to this yesterday. Thanks so much again!!