export const StatusBadge = ({ text, color, }: { text: string; color: string; }) => ( {text} );