mango-ui-v2/components/styles.tsx

6 lines
154 B
TypeScript
Raw Normal View History

export const ElementTitle = ({ children }) => (
<div className="flex justify-center mb-4 text-lg items-center text-th-fgd-1">
{children}
</div>
2021-04-09 07:27:49 -07:00
)