setDraftActionButtonColor method
Implementation
void setDraftActionButtonColor(AppActionButtonColor color) {
draftActionButtonColor.value = color;
fontSizeController.applyActionButtonColorPreview(color);
}
void setDraftActionButtonColor(AppActionButtonColor color) {
draftActionButtonColor.value = color;
fontSizeController.applyActionButtonColorPreview(color);
}