diff options
author | crupest <crupest@outlook.com> | 2020-11-20 20:56:59 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-11-20 20:56:59 +0800 |
commit | 439b28b8950b3acd34d415ecca2476647cc226f1 (patch) | |
tree | ec5b7b54179cd3e3beef78ebfa80a5f0cac06df5 /FrontEnd/src/app/views/home/TimelineCreateDialog.tsx | |
parent | 34ce9e1c2734a4dc1b364b76c7042839c9172aef (diff) | |
download | timeline-439b28b8950b3acd34d415ecca2476647cc226f1.tar.gz timeline-439b28b8950b3acd34d415ecca2476647cc226f1.tar.bz2 timeline-439b28b8950b3acd34d415ecca2476647cc226f1.zip |
...
Diffstat (limited to 'FrontEnd/src/app/views/home/TimelineCreateDialog.tsx')
-rw-r--r-- | FrontEnd/src/app/views/home/TimelineCreateDialog.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/app/views/home/TimelineCreateDialog.tsx b/FrontEnd/src/app/views/home/TimelineCreateDialog.tsx index 786ebb5d..12bbfb54 100644 --- a/FrontEnd/src/app/views/home/TimelineCreateDialog.tsx +++ b/FrontEnd/src/app/views/home/TimelineCreateDialog.tsx @@ -18,7 +18,7 @@ const TimelineCreateDialog: React.FC<TimelineCreateDialogProps> = (props) => { <OperationDialog open={props.open} close={props.close} - titleColor="success" + themeColor="success" title="home.createDialog.title" inputScheme={ [ |