feat: fix primary app color value and how it is displayed in the app

This commit is contained in:
kasia.oczkowska
2024-10-04 12:34:50 +01:00
parent 13c0a8ceaa
commit 9c1d21fd1b
72 changed files with 90 additions and 76 deletions

View File

@@ -13,7 +13,7 @@ export default defineApp({
apiBaseUrl: 'https://sheets.googleapis.com',
iconUrl: '{BASE_URL}/apps/google-sheets/assets/favicon.svg',
authDocUrl: '{DOCS_URL}/apps/google-sheets/connection',
primaryColor: '0F9D58',
primaryColor: '#0F9D58',
supportsConnections: true,
beforeRequest: [addAuthHeader],
auth,