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