import type { TokensType } from '../theme/interface'

export const varCreator = (TOKENS: TokensType) => {
  return {
    overlay_z_index: 10,
    overlay_background_color: 'rgba(0, 0, 0, 0.7)',
  }
}
