mango-ui-v2/components/styles.tsx

7 lines
157 B
TypeScript
Raw Normal View History

2021-04-05 13:48:24 -07:00
import styled from '@emotion/styled'
import xw from 'xwind'
export const ElementTitle = styled.div(xw`
flex justify-center mb-4 text-lg tracking-tight
`)