.container {
  :global {
    [data-theme="dark"] .icon-wrapper .anticon {
      color: rgba(255, 255, 255, 0.25);
    }
    [data-theme="dark"] .icon-wrapper .icon-wrapper-active {
      color: rgba(255, 255, 255, 0.45);
    }
  }
}
