@particle-network/ui-react 0.5.1-beta.25 → 0.5.1-beta.26

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.5.1-beta.25",
3
+ "version": "0.5.1-beta.26",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -986,11 +986,11 @@ module.exports = {
986
986
  },
987
987
  success: {
988
988
  DEFAULT: '#2EBD85',
989
- foreground: '#000000',
989
+ foreground: '#FFFFFF',
990
990
  },
991
991
  danger: {
992
- DEFAULT: '#F6465D',
993
- foreground: '#000000',
992
+ DEFAULT: '#F5465D',
993
+ foreground: '#FFFFFF',
994
994
  },
995
995
  warning: {
996
996
  DEFAULT: '#F0B90B',
@@ -1006,11 +1006,11 @@ module.exports = {
1006
1006
  },
1007
1007
  bullish: {
1008
1008
  DEFAULT: '#2EBD85',
1009
- foreground: '#000000',
1009
+ foreground: '#FFFFFF',
1010
1010
  },
1011
1011
  bearish: {
1012
- DEFAULT: '#F6465D',
1013
- foreground: '#000000',
1012
+ DEFAULT: '#F5465D',
1013
+ foreground: '#FFFFFF',
1014
1014
  },
1015
1015
  },
1016
1016
  },