zipzy-icons 1.0.14 → 1.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -49,9 +49,9 @@ export default function App() {
49
49
  return (
50
50
  <ZipZyHrms
51
51
  size={140}
52
- primaryColor="#f97316" // logo mark
52
+ primaryColor="#0DBEFF" // logo mark
53
53
  secondaryColor="#000000" // ZipZy text
54
- accentColor="#2563eb" // HRMS text
54
+ accentColor="#0DBEFF" // HRMS text
55
55
  />
56
56
  );
57
57
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zipzy-icons",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",