add field config new icons (#6996)
https://github.com/twentyhq/twenty/issues/6950 Add new icons to Object Fields Data types. Before:  After:  
This commit is contained in:
committed by
GitHub
parent
7fd86a860c
commit
cf8b1161cc
@ -0,0 +1,6 @@
|
||||
import { COLOR } from './Colors';
|
||||
|
||||
export const ILLUSTRATION_ICON_DARK = {
|
||||
color: COLOR.blue50,
|
||||
fill: COLOR.blue70,
|
||||
};
|
||||
Reference in New Issue
Block a user