ignitegym/config/theme/FormControlErrorText.ts

8 lines
171 B
TypeScript

import { createStyle } from '@gluestack-style/react';
export const FormControlErrorText = createStyle({
color: '$error700',
_dark: {
color: '$error400',
},
});