Update components and constants folder

This commit is contained in:
2023-11-20 09:21:21 +07:00
parent f3430c770c
commit 644d62ffff
10 changed files with 105 additions and 67 deletions
@@ -0,0 +1,20 @@
import styled from 'styled-components';
const StyledConfirmDelete = styled.div`
width: 450px;
& p {
font-size: var(--fs-sm);
text-align: center;
margin-bottom: 30px;
}
& div {
display: flex;
justify-content: space-around;
padding-inline: 50px;
}
`;
export { StyledConfirmDelete };