analytica-frontend-lib 1.1.67 → 1.1.68

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/styles.css CHANGED
@@ -2094,8 +2094,8 @@
2094
2094
  .border-b-background-50 {
2095
2095
  border-bottom-color: var(--color-background-50);
2096
2096
  }
2097
- .border-b-primary-200 {
2098
- border-bottom-color: var(--color-primary-200);
2097
+ .border-b-text-600 {
2098
+ border-bottom-color: var(--color-text-600);
2099
2099
  }
2100
2100
  .\!bg-primary-50 {
2101
2101
  background-color: var(--color-primary-50) !important;