Skip to content

Commit

Permalink
fix: improve visibility and layout
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Jan 9, 2025
1 parent b060e7c commit 7c5aada
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function NetworksList(props: NetworksListProps) {
<styledEl.Logo src={logoUrl} />
<styledEl.NetworkLabel>{label}</styledEl.NetworkLabel>
{isNewNetwork && (
<Badge type={BadgeTypes.ALERT} style={{ marginLeft: 'auto' }}>
<Badge type={BadgeTypes.ALERT2} style={isActive ? { marginRight: '10px' } : undefined}>
NEW
</Badge>
)}
Expand Down

0 comments on commit 7c5aada

Please sign in to comment.