浏览代码

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 {