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