@particle-network/ui-react 0.4.2 → 0.4.3
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 +1 -1
- package/tailwind-preset.js +3 -3
package/package.json
CHANGED
package/tailwind-preset.js
CHANGED
|
@@ -434,16 +434,16 @@ module.exports = {
|
|
|
434
434
|
extend: 'dark',
|
|
435
435
|
colors: {
|
|
436
436
|
content1: {
|
|
437
|
-
DEFAULT: '#
|
|
437
|
+
DEFAULT: '#1F2025',
|
|
438
438
|
foreground: '#FFFFFF',
|
|
439
439
|
},
|
|
440
440
|
overlay: {
|
|
441
|
-
DEFAULT: '#
|
|
441
|
+
DEFAULT: '#1F2025',
|
|
442
442
|
foreground: '#FFFFFF',
|
|
443
443
|
},
|
|
444
444
|
background: {
|
|
445
445
|
200: '#2A2A30',
|
|
446
|
-
300: '#
|
|
446
|
+
300: '#1F2025',
|
|
447
447
|
400: '#171517',
|
|
448
448
|
500: '#100E11',
|
|
449
449
|
DEFAULT: '#100E11',
|