fix: add missing hash sign for primaryColor in gitea

This commit is contained in:
Jakub P.
2025-02-11 10:56:09 +01:00
parent 84cbaa9dce
commit 8f7e458612
2 changed files with 2 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ export default defineApp({
supportsConnections: true,
baseUrl: '',
apiBaseUrl: '',
primaryColor: '609926',
primaryColor: '#609926',
beforeRequest: [setBaseUrl, addAuthHeader],
auth,
triggers,