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

export const AlertDialogBody = createStyle({
  px: '$4',
  py: '$2',
});