feat: fix primary app color value and how it is displayed in the app
This commit is contained in:
@@ -10,7 +10,7 @@ export default defineApp({
|
||||
supportsConnections: false,
|
||||
baseUrl: '',
|
||||
apiBaseUrl: '',
|
||||
primaryColor: '001F52',
|
||||
primaryColor: '#001F52',
|
||||
actions,
|
||||
dynamicFields,
|
||||
});
|
||||
|
Reference in New Issue
Block a user