mango-ui-v2/components/styles.tsx

7 lines
157 B
TypeScript

import styled from '@emotion/styled'
import xw from 'xwind'
export const ElementTitle = styled.div(xw`
flex justify-center mb-4 text-lg tracking-tight
`)