@@ -1,10 +1,13 @@
|
||||
import React from "react";
|
||||
import { DelButton, DeleteWrapper } from "../styles/Elements";
|
||||
import { DeleteWrapper } from "../styles/Elements";
|
||||
import { Button } from "antd";
|
||||
|
||||
const DeleteButton = (props) => {
|
||||
return (
|
||||
<DeleteWrapper {...props}>
|
||||
<DelButton>✖</DelButton>
|
||||
<Button type="primary" danger>
|
||||
Delete
|
||||
</Button>
|
||||
</DeleteWrapper>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user