setDraftCustomAccentColor method

void setDraftCustomAccentColor(
  1. String hex
)

Implementation

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