Explorar o código

update delete button styling

AykutSarac %!s(int64=2) %!d(string=hai) anos
pai
achega
db23aea342
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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`