setDraftCustomSidebarColor method

void setDraftCustomSidebarColor(
  1. String hex
)

Implementation

void setDraftCustomSidebarColor(String hex) {
  draftCustomSidebarColorHex.value = hex;
  fontSizeController.applyCustomSidebarColorPreview(hex);
}