export const color = (Component: FC<{ color?: string }>): void => {
  property("color", Component, { color: "info" }, ".is-info");
};