Merge pull request #878 from OpenSignLabs/raktima-opensignlabs-patch-10

style: update theme color
This commit is contained in:
Amol
2024-06-24 16:33:48 +05:30
committed by GitHub
+5 -5
View File
@@ -43,13 +43,13 @@ module.exports = {
{
opensigncss: {
primary: "#002864",
"primary-content": "#ccd9e8",
secondary: "#151B25",
"secondary-content": "#cacccf",
"primary-content": "#cacccf",
secondary: "#29354a",
"secondary-content": "#c8d1e0",
accent: "#E10032",
"accent-content": "#ffd8d5",
neutral: "#99c2ff",
"neutral-content": "#31353b",
neutral: "#c1ccdb",
"neutral-content": "#111312",
"base-100": "#ffffff",
"base-200": "#dedede",
"base-300": "#bebebe",