Hi @benio1005 ,
Please go to Actions > Edit code > Assets > component-search.css file and paste this at the bottom of the file:
.template-search__search {
--color-background: 255, 255, 255;
--gradient-background: #ffffff;
--color-foreground: 18, 18, 18;
--color-background-contrast: 191, 191, 191;
--color-shadow: 18, 18, 18;
--color-button: 18, 18, 18;
--color-button-text: 255, 255, 255;
--color-secondary-button: 255, 255, 255;
--color-secondary-button-text: 18, 18, 18;
--color-link: 18, 18, 18;
--color-badge-foreground: 18, 18, 18;
--color-badge-background: 255, 255, 255;
--color-badge-border: 18, 18, 18;
--payment-terms-background-color: rgb(255 255 255);
}