@pdfme/ui
Version:
TypeScript base PDF generator and React base UI. Open source, developed by the community, and completely free to use under the MIT license!
21 lines (19 loc) • 374 B
text/typescript
import type { ThemeConfig } from 'antd';
export const defaultTheme: ThemeConfig = {
token: {
colorPrimary: '#38a0ff',
},
components: {
Form: {
fontSize: 12,
margin: 8,
marginLG: 12,
marginXS: 4,
padding: 8,
paddingLG: 12,
paddingXS: 4,
itemMarginBottom: 4,
verticalLabelPadding: '0 0 2px',
},
},
};