setDraftCustomAccentColor method
Implementation
void setDraftCustomAccentColor(String hex) {
draftCustomAccentColorHex.value = hex;
fontSizeController.applyCustomAccentColorPreview(hex);
}
void setDraftCustomAccentColor(String hex) {
draftCustomAccentColorHex.value = hex;
fontSizeController.applyCustomAccentColorPreview(hex);
}