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 | 5c1cad30c608b279502ab8fd641b0b95066b6808 (patch) | |
tree | 6ab89d11a0b3f031c85b98976f60fa781f8e9481 /FrontEnd/src/app/views/home/TimelineCreateDialog.tsx | |
parent | aa8f5e0edfc136bf39b8be4bc545eb8c6f5420f3 (diff) | |
download | timeline-5c1cad30c608b279502ab8fd641b0b95066b6808.tar.gz timeline-5c1cad30c608b279502ab8fd641b0b95066b6808.tar.bz2 timeline-5c1cad30c608b279502ab8fd641b0b95066b6808.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={ [ |