setDraftCustomSidebarTextColor method

void setDraftCustomSidebarTextColor(
  1. String hex
)

Implementation

void setDraftCustomSidebarTextColor(String hex) {
  draftCustomSidebarTextColorHex.value = hex;
  fontSizeController.applyCustomSidebarTextColorPreview(hex);
}