chore: custom brand color
This commit is contained in:
@@ -73,7 +73,7 @@ export default {
|
||||
"Helvetica Neue, -apple-system, BlinkMacSystemFont, Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'",
|
||||
colorText: '#ccc',
|
||||
colorPrimary: '#007BFF',
|
||||
// colorSuccess: '#48A77E',
|
||||
colorSuccess: '#48A77E',
|
||||
borderRadius: 4,
|
||||
borderRadiusSM: 2,
|
||||
fontSize: 14,
|
||||
|
||||
@@ -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