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/timeline | |
parent | 34ce9e1c2734a4dc1b364b76c7042839c9172aef (diff) | |
download | timeline-439b28b8950b3acd34d415ecca2476647cc226f1.tar.gz timeline-439b28b8950b3acd34d415ecca2476647cc226f1.tar.bz2 timeline-439b28b8950b3acd34d415ecca2476647cc226f1.zip |
...
Diffstat (limited to 'FrontEnd/src/app/views/timeline')
-rw-r--r-- | FrontEnd/src/app/views/timeline/TimelineDeleteDialog.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/app/views/timeline/TimelineDeleteDialog.tsx b/FrontEnd/src/app/views/timeline/TimelineDeleteDialog.tsx index 33609158..0d3199d6 100644 --- a/FrontEnd/src/app/views/timeline/TimelineDeleteDialog.tsx +++ b/FrontEnd/src/app/views/timeline/TimelineDeleteDialog.tsx @@ -22,7 +22,7 @@ const TimelineDeleteDialog: React.FC<TimelineDeleteDialog> = (props) => { open={props.open} close={props.close} title="timeline.deleteDialog.title" - titleColor="danger" + themeColor="danger" inputPrompt={() => { return ( <Trans i18nKey="timeline.deleteDialog.inputPrompt"> |