Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit afc4811

Browse files
BrunoQuaresmaSasSwart
authored andcommitted
refactor: replace MUI button on FullPageHorizontalForm (#16211)
Related to #14978
1 parent 6ca5121 commit afc4811

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/components/FullPageForm/FullPageHorizontalForm.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Button from "@mui/material/Button";
1+
import { Button } from "components/Button/Button";
22
import { Margins } from "components/Margins/Margins";
33
import {
44
PageHeader,
@@ -25,7 +25,7 @@ export const FullPageHorizontalForm: FC<FullPageHorizontalFormProps> = ({
2525
<PageHeader
2626
actions={
2727
onCancel && (
28-
<Button size="small" onClick={onCancel}>
28+
<Button variant="outline" onClick={onCancel}>
2929
Cancel
3030
</Button>
3131
)

0 commit comments

Comments
 (0)