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