Changing primary color

This commit is contained in:
Fabian 2019-09-19 09:54:56 +02:00
parent 66ed2dc240
commit a2d5bb822d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@hibas123/theme", "name": "@hibas123/theme",
"version": "1.2.8", "version": "1.2.9",
"description": "", "description": "",
"main": " ", "main": " ",
"files": [ "files": [

View File

@ -9,7 +9,7 @@
} }
:root { :root {
--primary: #196eb9; --primary: #1E88E5;
// 1e88e5 or 196eb9 => Needs further investigations // 1e88e5 or 196eb9 => Needs further investigations
--on-primary: white; --on-primary: white;
--secondary: #d8701b; --secondary: #d8701b;