@layerfi/components 0.1.42 → 0.1.44

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.
@@ -6313,12 +6313,12 @@ tbody .Layer__table__empty-row:first-child {
6313
6313
  .Layer__profit-and-loss-row__value--amount-negative .Layer__text::before {
6314
6314
  content: "-$";
6315
6315
  }
6316
- .Layer__profit-and-loss-row__label--depth-0 .Layer__text {
6317
- color: var(--color-base-800);
6318
- font-variation-settings: "wght" var(--font-weight-bold);
6316
+ .Layer__profit-and-loss-row__label .Layer__text {
6317
+ color: var(--color-base-700);
6318
+ font-variation-settings: "wght" var(--font-weight-normal);
6319
6319
  margin: 0;
6320
6320
  }
6321
- .Layer__profit-and-loss-row__value--depth-0 .Layer__text {
6321
+ .Layer__profit-and-loss-row__label.Layer__profit-and-loss-row__label--depth-0 .Layer__text {
6322
6322
  color: var(--color-base-800);
6323
6323
  font-variation-settings: "wght" var(--font-weight-bold);
6324
6324
  margin: 0;
@@ -6334,11 +6334,6 @@ tbody .Layer__table__empty-row:first-child {
6334
6334
  font-variation-settings: "wght" var(--font-weight-normal);
6335
6335
  margin: 0;
6336
6336
  }
6337
- .Layer__profit-and-loss-row__value--depth-1 .Layer__text {
6338
- color: var(--color-base-700);
6339
- font-variation-settings: "wght" var(--font-weight-normal);
6340
- margin: 0;
6341
- }
6342
6337
  .Layer__profit-and-loss-chart .recharts-cartesian-axis-tick-value tspan {
6343
6338
  font-size: 0.75rem;
6344
6339
  }