config: fix font color value (Dark Theme)
Change-Id: Ib7a368c1257d69ba57e13fdcec044855826a2cdd Signed-off-by: Henry Castro <hcastro@collabora.com> (cherry picked from commit 67affdb956dedf35aa20a3fc3b2cb4277944d4d7)
This commit is contained in:
parent
a142cd9161
commit
4989876cc6
1 changed files with 1 additions and 1 deletions
|
@ -417,7 +417,7 @@
|
||||||
</node>
|
</node>
|
||||||
<node oor:name="FontColor">
|
<node oor:name="FontColor">
|
||||||
<prop oor:name="Color" oor:op="fuse">
|
<prop oor:name="Color" oor:op="fuse">
|
||||||
<value>0</value>
|
<value>0xFFFFFF</value>
|
||||||
</prop>
|
</prop>
|
||||||
</node>
|
</node>
|
||||||
<node oor:name="Links">
|
<node oor:name="Links">
|
||||||
|
|
Loading…
Reference in a new issue