@algorithm-shift/design-system 1.2.958 → 1.2.959

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
@@ -1052,6 +1052,9 @@
1052
1052
  .border-\[\#E9E9E9\] {
1053
1053
  border-color: #E9E9E9;
1054
1054
  }
1055
+ .border-blue-600 {
1056
+ border-color: var(--color-blue-600);
1057
+ }
1055
1058
  .border-gray-200 {
1056
1059
  border-color: var(--color-gray-200);
1057
1060
  }