Skip to content

Commit

Permalink
fix: color of EditIcon
Browse files Browse the repository at this point in the history
  • Loading branch information
zumuta committed Nov 30, 2024
1 parent 08abcfd commit e651412
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const { data: applications } = useApplications();
</div>
<div>
<KwaiButton :to="{ name: 'author.applications.edit', params: { id: application.id } }">
<EditIcon class="w-4 mr-2" />Wijzig
<EditIcon class="w-4 mr-2 fill-current" />Wijzig
</KwaiButton>
</div>
</div>
Expand Down

0 comments on commit e651412

Please sign in to comment.