Skip to content

Commit

Permalink
feat: changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas committed Aug 9, 2023
1 parent d5bc6cf commit e3b7888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'example-push'
on: pull_request
on: push

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion libs/handoverapp/src/lib/config/gardenConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const useGardenConfig = (
customHeaderView: GardenHeader,
},
visuals: {
rowHeight: 30,
rowHeight: 31,
},
};
};

0 comments on commit e3b7888

Please sign in to comment.