@gitlab/ui 103.0.0 → 103.2.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.
@@ -256,7 +256,7 @@
256
256
  "$type": "color"
257
257
  },
258
258
  "300": {
259
- "$value": "#f57f6c",
259
+ "$value": "#f6806d",
260
260
  "$type": "color"
261
261
  },
262
262
  "400": {
@@ -270,7 +270,6 @@ table {
270
270
  caption {
271
271
  padding-top: $table-cell-padding;
272
272
  padding-bottom: $table-cell-padding;
273
- color: $table-caption-color;
274
273
  text-align: left;
275
274
  caption-side: bottom;
276
275
  }