Check out this screenshot for reference
Whenever I change the gradient color in next.js, it defaults to these lines. However, switching to a blue or green color fixes the issue.
The problem arises when using my current background color code:
background: linear-gradient(180deg, #02071D 0%, rgba(2, 7, 29, 0) 100%, rgba(2, 7, 29, 0.6) 100%);
Any suggestions on how to resolve this styling issue?
Please provide solutions for fixing the background styling.