@orderly.network/ui 2.8.9-alpha.0 → 2.8.10-alpha.0

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.css CHANGED
@@ -6001,6 +6001,9 @@ body {
6001
6001
  .active\:oui-bg-primary-darken\/70:active {
6002
6002
  background-color: rgb(var(--oui-color-primary-darken) / 0.7);
6003
6003
  }
6004
+ .active\:oui-bg-primary-darken\/80:active {
6005
+ background-color: rgb(var(--oui-color-primary-darken) / 0.8);
6006
+ }
6004
6007
  .active\:oui-bg-success-darken\/80:active {
6005
6008
  background-color: rgb(var(--oui-color-success-darken) / 0.8);
6006
6009
  }