Add background color to submit button of fixed searchbar

This commit is contained in:
Björn Fromme
2022-03-08 12:44:40 +01:00
parent 512cef6a2e
commit 60877ec6ad
@@ -247,7 +247,7 @@
</div>
<button type="submit"
class="hidden reduced:block reduced:ml-4">
<svg class="w-8 h-8 text-white">
<svg class="w-8 h-8 text-white bg-badge-gradient">
<use href="{f:uri.image(src: 'EXT:ep_theme/Resources/Public/images/icons_sprite.svg')}#icon-chevron-right"></use>
</svg>
</button>