rbro-tat-uds 1.6.26 → 1.6.27

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/index.es.js CHANGED
@@ -4495,7 +4495,8 @@ const k0 = [32, 40, 48], A0 = R.div`
4495
4495
  );
4496
4496
  }, D0 = R.div`
4497
4497
  border-radius: 8px;
4498
- border: 1px solid ${l.gray_200};
4498
+ border: 1px solid
4499
+ ${({ $featured: t }) => t ? l.accent_600 : l.gray_200};
4499
4500
  overflow: hidden;
4500
4501
  min-height: 274px;
4501
4502
  box-sizing: border-box;
@@ -4525,7 +4526,7 @@ const k0 = [32, 40, 48], A0 = R.div`
4525
4526
  }
4526
4527
  }
4527
4528
  ` : d`
4528
- outline: ${t.$featured ? `3px solid ${l.accent_600}` : "none"};
4529
+ outline: ${t.$featured ? `3px solid ${l.accent_300}` : "none"};
4529
4530
 
4530
4531
  & > div:first-of-type {
4531
4532
  & > div:first-child {