export const config = {
	icon: {
		size: 24,
		class: 'mr-4 mt-2'
	},
	chip: {
		class: 'mt-1'
	},
	actionBtn: {
		text: true,
		small: true,
		color: 'accent',
		class: 'text-body-1 pa-0'
	}
};
