diff --git a/src/components/Waves/styles.tsx b/src/components/Waves/styles.tsx index 486f175..64efb91 100644 --- a/src/components/Waves/styles.tsx +++ b/src/components/Waves/styles.tsx @@ -3,6 +3,7 @@ import WavesBottom from "../../images/waves-bot.svg" import WavesTop from "../../images/waves-top.svg" export const StyledWavesTop = styled(WavesTop)` + opacity: 0.5; width: 100vw; max-width: 100%; position: absolute; @@ -10,6 +11,7 @@ export const StyledWavesTop = styled(WavesTop)` ` export const StyledWavesBottom = styled(WavesBottom)` + opacity: 0.5; width: 100vw; max-width: 100%; position: absolute;