@recursyve/nice-ui-kit.v2 20.0.0-beta.145 → 20.0.0-beta.146

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@recursyve/nice-ui-kit.v2",
3
- "version": "20.0.0-beta.145",
3
+ "version": "20.0.0-beta.146",
4
4
  "exports": {
5
5
  ".": {
6
6
  "sass": "./_index.scss",
@@ -260,11 +260,11 @@ $palettes: ();
260
260
  typography: $typography
261
261
  ));
262
262
 
263
- $dark-theme: (
263
+ $dark-theme: map.merge($base-dark-theme, (
264
264
  density: null,
265
- foreground: $foreground-dark,
266
- background: $background-dark
267
- );
265
+ foreground: $foreground-light,
266
+ background: $background-light
267
+ ));
268
268
 
269
269
  @return $dark-theme;
270
270
  }