소스 검색

style sponsors tooltip color

AykutSarac 2 년 전
부모
커밋
8e7835c21f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;
       font-weight: 500;
       font-size: 14px;
+      color: ${({ theme }) => theme.TEXT_NORMAL};
     }
 
     &::after {