export const SYSTEM_SPACE = 10;

export const colors = {
  systemgray: '#8e8e93',
  systemgray3: '#c7c7cc',
  systemgray6: '#f2f2f7',
  white: '#fff',
  highlightColor: '#e5e5ea',
  transparent: 'transparent',
};
