add dragging to step list
This commit is contained in:
parent
646bd573cf
commit
575eecfc69
13 changed files with 406 additions and 60 deletions
|
|
@ -20,6 +20,10 @@ export const ButtonType = {
|
|||
DefaultButton: {
|
||||
textColor: "default-button-text",
|
||||
backgroundColor: "default-button-bg"
|
||||
},
|
||||
TransparentButton: {
|
||||
textColor: "transparent-button-text",
|
||||
backgroundColor: "transparent-button-bg"
|
||||
}
|
||||
} as const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue