.editor-tab-switch {
  padding: 4px;
  background-color: #f6f6f6;
  border-radius: 8px;
}
.editor-tab-switch-button {
  flex: 1;
  min-width: 40px;
  height: 32px;
  font-weight: 600;
  font-size: 14px;
  background-color: transparent;
  border-width: 0;
  cursor: pointer;
}
.editor-tab-switch-button:hover,
.editor-tab-switch-button.selected {
  color: #fff;
  background-color: #4477ee;
  border-radius: 8px;
}
