raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=01123ab6548acb2795d1a0877ba81d18cc1f6ddc
commit 01123ab6548acb2795d1a0877ba81d18cc1f6ddc Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Mon May 17 15:55:17 2021 +0100 elm theme - fix dialog text cc - wrong name --- data/elementary/themes/edc/dialog.edc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/elementary/themes/edc/dialog.edc b/data/elementary/themes/edc/dialog.edc index 81a394fda7..f8abde0c17 100644 --- a/data/elementary/themes/edc/dialog.edc +++ b/data/elementary/themes/edc/dialog.edc @@ -105,7 +105,7 @@ group { name: "e/widgets/dialog/main"; group { name: "e/widgets/dialog/text"; styles { style { name: "dialog_style"; - base: "font="FN" font_size=10 text_class=tb_plain align=center color_class=/bg/normal/text wrap=word"; + base: "font="FN" font_size=10 text_class=tb_plain align=center color_class=/fg/normal/text wrap=word"; tag: "br" "\n"; tag: "hilight" "+ font="FNBD" text_class=tb_light"; } --