@guajiritos/theme-picker 18.0.7 → 18.0.8

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/package.json +1 -1
  2. package/palettes.scss +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guajiritos/theme-picker",
3
- "version": "18.0.7",
3
+ "version": "18.0.8",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.0.0",
6
6
  "@angular/core": "^18.0.0",
package/palettes.scss CHANGED
@@ -154,9 +154,9 @@ $apple: (
154
154
  200 : #000000,
155
155
  300 : #000000,
156
156
  400 : #000000,
157
- 500 : #000000,
158
- 600 : #000000,
159
- 700 : #000000,
157
+ 500 : #ffffff,
158
+ 600 : #ffffff,
159
+ 700 : #ffffff,
160
160
  800 : #ffffff,
161
161
  900 : #ffffff,
162
162
  A100 : #000000,