@ornikar/kitt-universal 25.45.2 → 25.45.3
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/CHANGELOG.md +8 -0
- package/dist/index-metro.es.android.js +1 -1
- package/dist/index-metro.es.android.js.map +1 -1
- package/dist/index-metro.es.ios.js +1 -1
- package/dist/index-metro.es.ios.js.map +1 -1
- package/dist/index-node-20.10.cjs.js +1 -1
- package/dist/index-node-20.10.cjs.js.map +1 -1
- package/dist/index-node-20.10.cjs.web.js +1 -1
- package/dist/index-node-20.10.cjs.web.js.map +1 -1
- package/dist/index-node-20.10.es.mjs +1 -1
- package/dist/index-node-20.10.es.mjs.map +1 -1
- package/dist/index-node-20.10.es.web.mjs +1 -1
- package/dist/index-node-20.10.es.web.mjs.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +1 -1
- package/dist/index.es.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -12719,7 +12719,7 @@ function Tag({
|
|
|
12719
12719
|
const tagColor = typeToColor$1(color, type);
|
|
12720
12720
|
const getFontColor = () => {
|
|
12721
12721
|
if (variant === 'contrast') {
|
|
12722
|
-
return kittTheme.kitt.palettes.lateOcean[`${tagColor}
|
|
12722
|
+
return kittTheme.kitt.palettes.lateOcean[`${tagColor}.${tagColor === 'sun' ? 12 : 2}`];
|
|
12723
12723
|
}
|
|
12724
12724
|
return 'black';
|
|
12725
12725
|
};
|