mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
346 B
9 lines
346 B
3 years ago
|
export default {
|
||
|
grid: { icon: 'mdi-grid-large', color: 'blue' },
|
||
|
table: { icon: 'mdi-grid-large', color: 'blue' },
|
||
|
form: { icon: 'mdi-form-select', color: 'pink' },
|
||
|
calendar: { icon: 'mdi-calendar', color: 'purple' },
|
||
|
gallery: { icon: 'mdi-camera-image', color: 'orange' },
|
||
|
kanban: { icon: 'mdi-tablet-dashboard', color: 'green' }
|
||
|
}
|