Skip to content

Commit

Permalink
change colors, add export styles
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-concero committed Feb 18, 2025
1 parent c93527c commit 5e3a6b5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.cjs.js"
}
},
"./styles/concero/index.css": "./dist/styles/concero/index.css",
"./styles/lanca/index.css": "./dist/styles/lanca/index.css"
},
"files": [
"dist",
Expand Down
14 changes: 14 additions & 0 deletions public/styles/lanca/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
:root {
/*Accent colors*/
--color-accent-25: #f5fbfe;
--color-accent-50: #e8f7fe;
--color-accent-100: #d7f0fd;
--color-accent-200: #a8dffa;
--color-accent-300: #79cef8;
--color-accent-400: #3ab7f5;
--color-accent-500: #0b9ae1;
--color-accent-600: #097bb3;
--color-accent-700: #075d87;
--color-accent-800: #043e5a;
--color-accent-900: #022232;
}

0 comments on commit 5e3a6b5

Please sign in to comment.