diff --git a/features.json b/features.json index a45488f93..b770c3d48 100644 --- a/features.json +++ b/features.json @@ -1,4 +1,4 @@ { - "title": "ML-Machine", + "title": "Learning tool", "knnModel": true } diff --git a/windi.config.js b/windi.config.js index e41e5fe6e..a5525d9a8 100644 --- a/windi.config.js +++ b/windi.config.js @@ -10,16 +10,16 @@ export default { theme: { extend: { colors: { - primary: '#2B5EA7', + primary: '#3a3a3a', primarytext: '#000000', - secondary: '#2CCAC0', + secondary: '#a0a0a0', secondarytext: '#FFFFFF', info: '#98A2B3', backgrounddark: '#F5F5F5', backgroundlight: '#ffffff', infolight: '#93c5fd', link: '#258aff', - warning: '#FF7777', + warning: '#ffaaaa', disabled: '#8892A3', primaryborder: '#E5E7EB', infobglight: '#E7E5E4',