export function TransparentIconButton(props: TransparentIconButtonProps) {
  return (
    <BaseButton
      {...props}
      className={cx("p-1 color-inherit text-xs", props.className)}