From 56764b8c9951e643fcc32ab7b89aa791eef6f663 Mon Sep 17 00:00:00 2001 From: Robb Kidd Date: Mon, 14 May 2018 21:21:00 -0400 Subject: [PATCH] set windows installer custom setup font to white The Custom Setup dialog was displaying its title and description text to the default black for font color. Set it to white here, so that the text is legible on the dark banner background. Signed-off-by: Robb Kidd --- omnibus/resources/chefdk/msi/localization-en-us.wxl.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/omnibus/resources/chefdk/msi/localization-en-us.wxl.erb b/omnibus/resources/chefdk/msi/localization-en-us.wxl.erb index 17d373e06..26b86bc49 100644 --- a/omnibus/resources/chefdk/msi/localization-en-us.wxl.erb +++ b/omnibus/resources/chefdk/msi/localization-en-us.wxl.erb @@ -9,6 +9,9 @@ {\WixUI_Font_Title_White}End-User License Agreement {\WixUI_Font_Normal_White}Please read the following license agreement carefully + {\WixUI_Font_Title_White}Custom Setup + {\WixUI_Font_Normal_White}Select the way you want features to be installed. + {\WixUI_Font_Title_White}Destination Folder {\WixUI_Font_Normal_White}Click Next to install to the default folder or click Change to choose another.