Revert "Merge branch 'feature/gas-filter' into 'main'"
This commit is contained in:
@@ -2,6 +2,6 @@ import { Button } from "@chakra-ui/react";
|
||||
|
||||
export function CancelButton ({onCancel}) {
|
||||
return (
|
||||
<Button onClick={onCancel} type={"button"}>Cancel</Button>
|
||||
<Button onClick={onCancel} borderRadius="md">Cancel</Button>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user