elm theme - fix dialog text cc - wrong name

This commit is contained in:
Carsten Haitzler 2021-05-17 15:55:17 +01:00
parent 6c4fc5bc8d
commit 01123ab654
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}