ignitegym/config/theme/FormControlError.ts

9 lines
210 B
TypeScript

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