Currently Im using this code to make a currency picker in my header.liquid, but it unfortunatly has a white background. The Currencypicker class says background = Transparent; but it doesnt change anything:
{% form 'currency' %}
{{ form | currency_selector }}
{% endform %}
</div>```
