@carbon/ibm-products 2.40.1-canary.9 → 2.41.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -4272,7 +4272,7 @@ p.c4p--about-modal__copyright-text:first-child {
4272
4272
  right: 0;
4273
4273
  display: flex;
4274
4274
  align-items: center;
4275
- border-left: 1px solid var(--cds-layer-active-02, #c6c6c6);
4275
+ border-left: 1px solid var(--cds-border-subtle);
4276
4276
  }
4277
4277
 
4278
4278
  .c4p--datagrid__right-sticky-column-header {
@@ -4287,7 +4287,7 @@ p.c4p--about-modal__copyright-text:first-child {
4287
4287
  left: 0;
4288
4288
  display: flex;
4289
4289
  align-items: center;
4290
- border-right: 1px solid var(--cds-layer-active-02, #c6c6c6);
4290
+ border-right: 1px solid var(--cds-border-subtle);
4291
4291
  }
4292
4292
 
4293
4293
  .c4p--datagrid__left-sticky-column-header {
@@ -4295,11 +4295,11 @@ p.c4p--about-modal__copyright-text:first-child {
4295
4295
  position: sticky !important;
4296
4296
  z-index: 1;
4297
4297
  left: 0;
4298
- border-right: 1px solid var(--cds-layer-active-02, #c6c6c6);
4298
+ border-right: 1px solid var(--cds-border-subtle);
4299
4299
  }
4300
4300
 
4301
4301
  .c4p--datagrid__right-sticky-column-header {
4302
- border-left: 1px solid var(--cds-layer-active-02, #c6c6c6);
4302
+ border-left: 1px solid var(--cds-border-subtle);
4303
4303
  }
4304
4304
 
4305
4305
  .c4p--datagrid__left-sticky-column-cell.c4p--datagrid__left-sticky-column-cell--with-extra-select-column,