Changing primary color
This commit is contained in:
parent
66ed2dc240
commit
a2d5bb822d
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@hibas123/theme",
|
"name": "@hibas123/theme",
|
||||||
"version": "1.2.8",
|
"version": "1.2.9",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": " ",
|
"main": " ",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user