Skip to content

Commit

Permalink
chore: change color scheme of clear_succeeded
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Mar 16, 2023
1 parent a71177c commit 4259671
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/manage/tasks/Tasks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export const Tasks = (props: TasksProps) => {
{t(`global.clear`)}
</Button>
<Button
colorScheme="success"
loading={clearSucceededLoading()}
onClick={async () => {
const resp = await clearSucceeded()
Expand Down

0 comments on commit 4259671

Please sign in to comment.