Skip to content

Commit

Permalink
fav color purple
Browse files Browse the repository at this point in the history
  • Loading branch information
NicklausBrain committed Nov 30, 2024
1 parent 88ad6df commit f7932f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion My1kWordsEe/Components/Pages/WordPage.razor
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
}
else
{
<i role="button" class="bi bi-star" @onclick="AddToFavorites"></i>
<i role="button" class="bi bi-star" style="color: rebeccapurple" @onclick="AddToFavorites"></i>
}

@if (IsDataLoadedOk && Value.EeAudioUrl != null)
Expand Down

0 comments on commit f7932f7

Please sign in to comment.