소스 검색

update delete button styling

AykutSarac 2 년 전
부모
커밋
db23aea342
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/containers/Modals/CloudModal/index.tsx

+ 2 - 0
src/containers/Modals/CloudModal/index.tsx

@@ -77,6 +77,8 @@ const StyledModal = styled(Modal)`
 
 const StyledDeleteButton = styled(Button)`
   background: transparent;
+  color: ${({ theme }) => theme.CRIMSON};
+  opacity: 0.8;
 `;
 
 const StyledCreateWrapper = styled.div`