@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 +1 -1
- package/tailwind-preset.js +6 -6
package/package.json
CHANGED
package/tailwind-preset.js
CHANGED
|
@@ -986,11 +986,11 @@ module.exports = {
|
|
|
986
986
|
},
|
|
987
987
|
success: {
|
|
988
988
|
DEFAULT: '#2EBD85',
|
|
989
|
-
foreground: '#
|
|
989
|
+
foreground: '#FFFFFF',
|
|
990
990
|
},
|
|
991
991
|
danger: {
|
|
992
|
-
DEFAULT: '#
|
|
993
|
-
foreground: '#
|
|
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: '#
|
|
1009
|
+
foreground: '#FFFFFF',
|
|
1010
1010
|
},
|
|
1011
1011
|
bearish: {
|
|
1012
|
-
DEFAULT: '#
|
|
1013
|
-
foreground: '#
|
|
1012
|
+
DEFAULT: '#F5465D',
|
|
1013
|
+
foreground: '#FFFFFF',
|
|
1014
1014
|
},
|
|
1015
1015
|
},
|
|
1016
1016
|
},
|