浏览代码

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`