fix: color of heart icon in light mode (#949)

This commit is contained in:
fixed_michal
2024-05-22 08:57:25 +02:00
committed by GitHub
parent a440280369
commit 24edb17aa4

View File

@@ -16,7 +16,7 @@ const { data } = await getEntry('i18n', lang);
</p> </p>
<a class="action-button" href="https://github.com/sponsors/tomalaforge"> <a class="action-button" href="https://github.com/sponsors/tomalaforge">
<div>{data['sponsors.joinButton']}</div> <div>{data['sponsors.joinButton']}</div>
<MyIcon name="heart" fill="none" stroke="currentColor" color="white" /> <MyIcon name="heart" fill="none" stroke="currentColor" />
</a> </a>
</div> </div>