Skip to content

Commit

Permalink
Update network font color
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakGriffith committed Aug 8, 2024
1 parent d516a64 commit ceffbdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/components/StreamContractInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const StreamContractInfo = () => {
<div className="flex gap-2 items-baseline">
<div className="flex flex-col items-center">
<Address address={streamContract?.address} />
<span className="text-xs text-[#f01a37]">Mainnet</span>
<span className="text-xs text-[#323aa8]">Mainnet</span>
</div>{" "}
/
<Balance address={streamContract?.address} className="text-3xl" />
Expand Down

0 comments on commit ceffbdd

Please sign in to comment.