Sherlock / config / theme / FormControlErrorText.ts
FormControlErrorText.ts
Raw
import { createStyle } from '@gluestack-style/react';

export const FormControlErrorText = createStyle({
  color: '$error700',
  _dark: {
    color: '$error400',
  },
});