yt-uikit 0.9.15 → 0.9.16
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/esm/index.js +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -808,7 +808,7 @@ import e,{useState as t,useEffect as n,useMemo as o,useRef as r,useCallback as i
|
|
|
808
808
|
top: auto;
|
|
809
809
|
bottom: calc(100% + 6px);
|
|
810
810
|
background-color: ${e=>e?.$isCompleted?e?.$ctaButtonBackgroundColor??"#000000":sn(e?.$ctaButtonBackgroundColor??"#000000",.2)};
|
|
811
|
-
color: ${e=>e?.$isCompleted?`${e?.$ctaButtonTextColor}
|
|
811
|
+
color: ${e=>e?.$isCompleted?`${e?.$ctaButtonTextColor}`:`${e.$primaryTextColor}`};
|
|
812
812
|
padding: 2px 4px;
|
|
813
813
|
font-size: 9px;
|
|
814
814
|
text-transform: uppercase;
|