File tree
Expand file treeCollapse file tree1 file changed
+8
-3
lines changed web-app/src/containers/Tutorial/components
Expand file treeCollapse file tree1 file changed
+8
-3
lines changed Original file line number | Diff line number | Diff line change |
---|
|
1 | 1 | import * as React from 'react'
|
2 |
| -import { Dialog, Message } from '@alifd/next' |
3 |
| -import Button from '../../../components/Button' |
| 2 | +import { Button, Dialog, Message } from '@alifd/next' |
4 | 3 |
|
5 | 4 | interface Props {
|
6 | 5 | disabled?: boolean
|
@@ -24,7 +23,13 @@ const Reset = (props: Props) => {
|
24 | 23 |
|
25 | 24 | return (
|
26 | 25 | <>
|
27 |
| -<Button type="secondary" size="medium" onClick={() => setModalState('confirm')} disabled={props.disabled}> |
| 26 | +<Button |
| 27 | +ghost="dark" |
| 28 | +type="secondary" |
| 29 | +size="medium" |
| 30 | +onClick={() => setModalState('confirm')} |
| 31 | +disabled={props.disabled} |
| 32 | +> |
28 | 33 | Reset
|
29 | 34 | </Button>
|
30 | 35 | <Dialog
|
|
You can’t perform that action at this time.
0 commit comments