fix: add missing hash sign for primaryColor in gmail and monday

This commit is contained in:
Jakub P.
2025-02-10 15:04:39 +01:00
parent 82dcbc602d
commit c59c81b530
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ export default defineApp({
supportsConnections: true,
baseUrl: 'https://monday.com',
apiBaseUrl: 'https://api.monday.com/v2',
primaryColor: 'F62B54',
primaryColor: '#F62B54',
beforeRequest: [addAuthHeader],
auth,
triggers,