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

export const AlertText = createStyle({
  flex: 1,
});