chore: custom brand color
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import dark from './dark';
|
||||
import light from './light';
|
||||
|
||||
export const colorPrimary = '#007BFF';
|
||||
export default {
|
||||
light,
|
||||
dark
|
||||
dark,
|
||||
colorPrimary: '#007BFF'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user