Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit437eebc

Browse files
committed
ghost reset button
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parent2d9c525 commit437eebc

File tree

1 file changed

+8
-3
lines changed
  • web-app/src/containers/Tutorial/components

1 file changed

+8
-3
lines changed

‎web-app/src/containers/Tutorial/components/Reset.tsx

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import*asReactfrom'react'
2-
import{Dialog,Message}from'@alifd/next'
3-
importButtonfrom'../../../components/Button'
2+
import{Button,Dialog,Message}from'@alifd/next'
43

54
interfaceProps{
65
disabled?:boolean
@@ -24,7 +23,13 @@ const Reset = (props: Props) => {
2423

2524
return(
2625
<>
27-
<Buttontype="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+
>
2833
Reset
2934
</Button>
3035
<Dialog

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp