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

export const SelectActionsheet = createStyle({
  width: '$full',
  height: '$full',
  justifyContent: 'flex-end',
  alignItems: 'center',
});