Fix + button icon color in header to white

The bulk sed migration changed the PlusIcon from text-gray-600 to
text-body, but it sits on the gradient header and should be white.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Darko Gjorgjijoski
2026-04-04 03:00:00 +02:00
parent 960e6d3517
commit d7f88d3103

View File

@@ -81,7 +81,7 @@
md:h-9 md:w-9
"
>
<BaseIcon name="PlusIcon" class="w-5 h-5 text-body" />
<BaseIcon name="PlusIcon" class="w-5 h-5 text-white" />
</div>
</template>