@import '../../../../../global/theme.less';

.root {
  display: flex;
  align-items: center;
  .input {
    width: 0;
    flex-grow: 1;
  }
  .colorPicker {
    margin: 0 8px;
  }
}
