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

export const ActionsheetSectionList = createStyle({
  w: '$full',
  h: 'auto',
});