@deadragdoll/reactnu 0.1.78 → 0.1.79
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/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -10579,7 +10579,7 @@ var midnightTheme = {
|
|
|
10579
10579
|
label: "Midnight Slate",
|
|
10580
10580
|
desktopPatternMode: "coarse-dots",
|
|
10581
10581
|
fontFamily: '"Courier New", Courier, monospace',
|
|
10582
|
-
fontSize:
|
|
10582
|
+
fontSize: 15,
|
|
10583
10583
|
tokens: {
|
|
10584
10584
|
desktopBackground: "#1b2430",
|
|
10585
10585
|
desktopPattern: "rgb(156 177 201 / 0.24)",
|
package/dist/index.js
CHANGED
|
@@ -10628,7 +10628,7 @@ var midnightTheme = {
|
|
|
10628
10628
|
label: "Midnight Slate",
|
|
10629
10629
|
desktopPatternMode: "coarse-dots",
|
|
10630
10630
|
fontFamily: '"Courier New", Courier, monospace',
|
|
10631
|
-
fontSize:
|
|
10631
|
+
fontSize: 15,
|
|
10632
10632
|
tokens: {
|
|
10633
10633
|
desktopBackground: "#1b2430",
|
|
10634
10634
|
desktopPattern: "rgb(156 177 201 / 0.24)",
|