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

export const Tooltip = createStyle({
  width: '$full',
  height: '$full',
});