I am trying to change color of text of radio buttons in the License Agreement page in WizardForm
.
I changed the background to black and want the texts white.
Here is my code:
WizardForm.LicenseAcceptedRadio.Font.Color := clWhite;
WizardForm.LicenseNotAcceptedRadio.Font.Color := clWhite;
Thanks