Browse Source

update delete button styling

AykutSarac 2 years ago
parent
commit
db23aea342
1 changed files with 2 additions and 0 deletions
  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)`
 const StyledDeleteButton = styled(Button)`
   background: transparent;
   background: transparent;
+  color: ${({ theme }) => theme.CRIMSON};
+  opacity: 0.8;
 `;
 `;
 
 
 const StyledCreateWrapper = styled.div`
 const StyledCreateWrapper = styled.div`