jclib-ui 0.0.52 → 0.0.53

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.
@@ -1149,7 +1149,7 @@ const Ju = Et.div`
1149
1149
  display: inline;
1150
1150
  font-size: calc(var(--font-size) - 1px);
1151
1151
  font-weight: bold;
1152
- color: gray;
1152
+ color: #888;
1153
1153
  }
1154
1154
 
1155
1155
  .col-campo2 {
@@ -1159,7 +1159,7 @@ const Ju = Et.div`
1159
1159
  .acoes {
1160
1160
  margin-top: 5px;
1161
1161
  padding-top: 5px;
1162
- border-top: 1px solid silver;
1162
+ border-top: 1px solid var(--bs-border-color);
1163
1163
 
1164
1164
  .acoes-layout .btn {
1165
1165
  font-size: 17px;