mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 21:03:03 -05:00
fix: color of heart icon in light mode (#949)
This commit is contained in:
@@ -16,7 +16,7 @@ const { data } = await getEntry('i18n', lang);
|
||||
</p>
|
||||
<a class="action-button" href="https://github.com/sponsors/tomalaforge">
|
||||
<div>{data['sponsors.joinButton']}</div>
|
||||
<MyIcon name="heart" fill="none" stroke="currentColor" color="white" />
|
||||
<MyIcon name="heart" fill="none" stroke="currentColor" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user