fix: delete event button in UI is hard to see on light theme

This commit is contained in:
garethgeorge
2024-02-16 02:04:00 -08:00
parent 6623514eb9
commit 8a05df87fc
-2
View File
@@ -285,14 +285,12 @@ const BackupView = ({ backup }: { backup?: BackupInfo }) => {
<Tooltip title="This will remove the snapshot from the repository. This is irreversible.">
<ConfirmButton
type="text"
style={{ color: "white" }}
confirmTitle="Confirm forget?"
confirmTimeout={2000}
onClickAsync={doDeleteSnapshot}
>Forget (Destructive)</ConfirmButton>
</Tooltip> : <ConfirmButton
type="text"
style={{ color: "white" }}
confirmTitle="Confirm clear?"
onClickAsync={async () => {
backrestService.clearHistory(new ClearHistoryRequest({