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