ignitegym/config/theme/FormControlLabel.ts

8 lines
197 B
TypeScript

import { createStyle } from '@gluestack-style/react';
export const FormControlLabel = createStyle({
flexDirection: 'row',
justifyContent: 'flex-start',
alignItems: 'center',
mb: '$1',
});