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

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