@appcorp/app-corp-vista 0.1.34 → 0.1.35
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.
|
@@ -11,6 +11,6 @@ var VistaTableCellV1 = function (_a) {
|
|
|
11
11
|
var id = _a.id, label = _a.label, isBold = _a.isBold;
|
|
12
12
|
return (react_1.default.createElement("div", { className: "flex items-center gap-2" },
|
|
13
13
|
react_1.default.createElement(react_copy_to_clipboard_1.CopyToClipboard, { text: id || label },
|
|
14
|
-
react_1.default.createElement("p", { className: "text-sm ".concat(isBold ? 'font-bold' : 'font-normal', " text-gray-300") }, label))));
|
|
14
|
+
react_1.default.createElement("p", { className: "text-sm ".concat(isBold ? 'font-bold' : 'font-normal', " text-gray-900 dark:text-gray-300") }, label))));
|
|
15
15
|
};
|
|
16
16
|
exports.VistaTableCellV1 = VistaTableCellV1;
|