Przeglądaj źródła

style sponsors tooltip color

AykutSarac 2 lat temu
rodzic
commit
8e7835c21f
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/components/Sponsors/index.tsx

+ 1 - 0
src/components/Sponsors/index.tsx

@@ -50,6 +50,7 @@ const StyledSponsor = styled.li<{ handle: string }>`
       border-radius: 4px;
       border-radius: 4px;
       font-weight: 500;
       font-weight: 500;
       font-size: 14px;
       font-size: 14px;
+      color: ${({ theme }) => theme.TEXT_NORMAL};
     }
     }
 
 
     &::after {
     &::after {