hive-react-kit 1.7.6 → 1.7.7

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/build.css CHANGED
@@ -1868,6 +1868,9 @@
1868
1868
  .bg-\[\#ff0000\] {
1869
1869
  background-color: #ff0000;
1870
1870
  }
1871
+ .bg-\[\#ff4500\] {
1872
+ background-color: #ff4500;
1873
+ }
1871
1874
  .bg-\[rgba\(255\,255\,255\,0\.04\)\] {
1872
1875
  background-color: rgba(255,255,255,0.04);
1873
1876
  }