Skip to content

Commit

Permalink
Adjusted modal icon fill
Browse files Browse the repository at this point in the history
  • Loading branch information
Jikugodwill committed Nov 28, 2024
1 parent e0e0c42 commit 1015ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/pot/components/Votes/VotingRulesPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export function VotingRulesPanel({
<DialogHeader className="mb-4">
{" "}
<DialogTitle className="flex flex-row items-center gap-2">
<FileText className="h-6 w-6" fill="#A6A6A6" />
<FileText className="h-6 w-6" fill="#ebebeb" />
<h4>Voting Rules</h4>
</DialogTitle>
</DialogHeader>
Expand Down

0 comments on commit 1015ad8

Please sign in to comment.