@import '../../assets/variable.less';
.module-user-compoent-tag-update-button {
  color: @primary-color;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  &.disabled {
    color: @text-color-secondary;
    cursor: not-allowed;
  }
}
