feat: fix primary app color value and how it is displayed in the app
This commit is contained in:
@@ -8,7 +8,7 @@ export default defineApp({
|
||||
apiBaseUrl: '',
|
||||
iconUrl: '{BASE_URL}/apps/code/assets/favicon.svg',
|
||||
authDocUrl: '{DOCS_URL}/apps/code/connection',
|
||||
primaryColor: '000000',
|
||||
primaryColor: '#000000',
|
||||
supportsConnections: false,
|
||||
actions,
|
||||
});
|
||||
|
Reference in New Issue
Block a user