From a5e9c713973901d3493c802cc3aac6b9990fa716 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Fri, 17 Jul 2015 15:55:10 +0530 Subject: [PATCH] [ui] changed Learn icon --- erpnext/config/desktop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/config/desktop.py b/erpnext/config/desktop.py index b0c73457d93..498d100a120 100644 --- a/erpnext/config/desktop.py +++ b/erpnext/config/desktop.py @@ -64,7 +64,7 @@ def get_data(): "type": "module" }, "Learn": { - "color": "#7272FF", + "color": "#FCB868", "force_show": True, "icon": "icon-facetime-video", "type": "module",