mirror of
https://github.com/frappe/books.git
synced 2024-11-10 15:50:56 +00:00
5375f21d30
- Replace hardcoded color values with constants - Add remaining color styles in Indicator component - Show Indicator in List View
11 lines
196 B
JavaScript
11 lines
196 B
JavaScript
module.exports = {
|
|
GRAY: 'grey',
|
|
GREY: 'grey',
|
|
BLUE: 'blue',
|
|
RED: 'red',
|
|
GREEN: 'green',
|
|
ORANGE: 'orange',
|
|
PURPLE: 'purple',
|
|
YELLOW: 'yellow',
|
|
BLACK: 'black',
|
|
} |