Procházet zdrojové kódy

update delete button styling

AykutSarac před 2 roky
rodič
revize
db23aea342
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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`