Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba19a6b6 authored by Daniel's avatar Daniel Committed by Niedermann IT-Dienstleistungen
Browse files

Fix colour of unordered lists in markdown widget.

parent 84c10d47
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ public class MarkDownUtil {
     */
    public static RxMDConfiguration getMarkDownConfiguration(Context context) {
        return new RxMDConfiguration.Builder(context)
                .setUnOrderListColor(ResourcesCompat.getColor(context.getResources(), R.color.fg_default, null))
                .setHeader2RelativeSize(1.35f)
                .setHeader3RelativeSize(1.25f)
                .setHeader4RelativeSize(1.15f)