Refactored and improved seeds (#8695)
- Added a new Seeder service to help with custom object seeds - Added RichTextFieldInput to edit a rich text field directly on the table, but deactivated it for now.
This commit is contained in:
@ -4,10 +4,10 @@ import { COLOR } from './Colors';
|
||||
export const ILLUSTRATION_ICON_DARK = {
|
||||
color: {
|
||||
blue: COLOR.blue50,
|
||||
grey: GRAY_SCALE.gray50,
|
||||
gray: GRAY_SCALE.gray50,
|
||||
},
|
||||
fill: {
|
||||
blue: COLOR.blue70,
|
||||
grey: GRAY_SCALE.gray70,
|
||||
gray: GRAY_SCALE.gray70,
|
||||
},
|
||||
};
|
||||
|
||||
@ -4,10 +4,10 @@ import { COLOR } from './Colors';
|
||||
export const ILLUSTRATION_ICON_LIGHT = {
|
||||
color: {
|
||||
blue: COLOR.blue40,
|
||||
grey: GRAY_SCALE.gray40,
|
||||
gray: GRAY_SCALE.gray40,
|
||||
},
|
||||
fill: {
|
||||
blue: COLOR.blue20,
|
||||
grey: GRAY_SCALE.gray20,
|
||||
gray: GRAY_SCALE.gray20,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user