Skip to content

Commit

Permalink
v1.4.4
Browse files Browse the repository at this point in the history
fix(tasks): video check interval
  • Loading branch information
TheFrodo committed Sep 12, 2023
1 parent f5a6c4a commit 81c5d37
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/pages/admin/tasks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ const useStyles = createStyles((theme) => ({
paddingBottom: theme.spacing.xs,
marginTop: theme.spacing.md,
marginBottom: theme.spacing.md,
border: `1px solid ${
theme.colorScheme === "dark" ? theme.colors.dark[5] : theme.colors.gray[1]
}`,
border: `1px solid ${theme.colorScheme === "dark" ? theme.colors.dark[5] : theme.colors.gray[1]
}`,
boxShadow: theme.shadows.sm,
},
taskItem: {
Expand Down

0 comments on commit 81c5d37

Please sign in to comment.