mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-05-29 07:50:53 +00:00
fix: delete event button in UI is hard to see on light theme
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user