Explorar o código

update button

AykutSarac %!s(int64=2) %!d(string=hai) anos
pai
achega
2cfb49dab9
Modificáronse 1 ficheiros con 8 adicións e 1 borrados
  1. 8 1
      src/containers/Home/styles.tsx

+ 8 - 1
src/containers/Home/styles.tsx

@@ -127,10 +127,17 @@ export const StyledButton = styled(Button)`
   }
   }
 `;
 `;
 
 
-export const StyledSponsorButton = styled(StyledButton)<{ isBlue?: boolean }>`
+export const StyledSponsorButton = styled(Button)<{ isBlue?: boolean }>`
   background: transparent;
   background: transparent;
   border: 1px solid ${({ isBlue }) => (isBlue ? "#1F9CF0" : "#ee3d48")};
   border: 1px solid ${({ isBlue }) => (isBlue ? "#1F9CF0" : "#ee3d48")};
   transition: all 200ms;
   transition: all 200ms;
+  padding: 12px 24px;
+
+  div {
+    font-family: "Roboto", sans-serif;
+    font-weight: 700;
+    font-size: 16px;
+  }
 
 
   svg {
   svg {
     color: ${({ isBlue }) => (isBlue ? "#1F9CF0" : "#ee3d48")};
     color: ${({ isBlue }) => (isBlue ? "#1F9CF0" : "#ee3d48")};