const COLOR: Record<SpecialStatus, string> = {
    [SpecialStatus.DIRTY]: "green",
    [SpecialStatus.SAVING]: "yellow",
    [SpecialStatus.SAVED]: "gray",
  };