@chromatic-com/tetra 2.1.2--canary.123.a9a0773.0 → 2.2.0--canary.123.e5580f6.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.
package/dist/index.mjs CHANGED
@@ -476,11 +476,11 @@ import {css,keyframes}from'@emotion/react';import*as i from'react';import i__def
476
476
  }
477
477
  `,cd=Xe(Ut.Trigger,{shouldForwardProp:e=>e!=="variant"&&e!=="isActive"})`
478
478
  ${ld}
479
- background-color: ${({isActive:e,variant:t})=>e?v.green300:t==="light"?v.slate100:v.slate800};
479
+ background-color: ${({isActive:e,variant:t})=>e?t==="light"?`hsl(from ${v.blue600} h s l / 0.07)`:`hsl(from ${v.blue400} h s l / 0.07)`:t==="light"?v.slate100:v.slate800};
480
480
  color: ${({isActive:e,variant:t})=>e?t==="light"?v.blue600:v.blue400:t==="light"?v.slate700:v.white};
481
481
 
482
482
  &:hover {
483
- background-color: rgba(30, 167, 253, 0.14);
483
+ background-color: ${({isActive:e,variant:t})=>e?t==="light"?`hsl(from ${v.blue600} h s l / 0.14)`:`hsl(from ${v.blue400} h s l / 0.14)`:t==="light"?v.slate100:v.slate800};
484
484
  color: ${({variant:e})=>e==="light"?v.blue600:v.blue400};
485
485
  }
486
486