ul {
  padding: 0;
}
.list {
  color: red;
}
.customStyle {
  :global {
    .ant-btn {
      margin-right: 8px;
      margin-bottom: 12px;
    }
  }
}
