Skip to content

Commit

Permalink
reduces blur effect
Browse files Browse the repository at this point in the history
  • Loading branch information
ametel01 committed Jan 5, 2024
1 parent c9d902f commit 90aa474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/testnet/frontend/src/components/ui/MissionRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const GridRow = styled.div`
export const MissionText = styled('div')({
color: '#23CE6B',
padding: '4px',
textShadow: '0 0 5px rgba(152, 251, 152, 0.7)', // Glow effect
textShadow: '0 0 2px rgba(152, 251, 152, 0.7)', // Glow effect
});

const FleetIcon = styled.img.attrs({
Expand Down

0 comments on commit 90aa474

Please sign in to comment.