Skip to content

Commit 3e8244c

Browse files
committed
chore: update button
1 parent 10c9b70 commit 3e8244c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/BannerImage/BannerImage.styles.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ export const BannerOverlay = styled.div`
3333
justify-content: flex-start;
3434
align-items: center;
3535
padding: 0 2rem;
36-
/* Ajuste aqui para mover o conteúdo um pouco para cima */
3736
padding-bottom: 1.5rem;
3837
`;
3938

@@ -42,7 +41,6 @@ export const TextButtonContainer = styled.div`
4241
flex-direction: column;
4342
align-items: flex-start;
4443
width: 100%;
45-
/* Alternativa: ajuste aqui para mover um pouco para cima */
4644
margin-bottom: 0.75rem;
4745
`;
4846

@@ -52,14 +50,16 @@ export const OverlayText = styled.h2`
5250
font-weight: 600;
5351
margin: 0;
5452
text-align: left;
55-
color: ${({ theme }) => theme.colors.green};
53+
color: #505050;
5654
font-family: "League Spartan", sans-serif;
5755
5856
@media (max-width: 1000px) {
5957
font-size: 1rem;
6058
margin: 0 0 0.5rem 0;
6159
max-width: 100%;
6260
}
61+
62+
margin-bottom: 0.5rem;
6363
`;
6464

6565
export const OverlayButton = styled.label`

0 commit comments

Comments
 (0)