frst-components 0.26.4 → 0.26.5
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.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7922,7 +7922,7 @@ function ImpedimentosTab({ maxTabs, tabsList, showAddButton, onSaveNewImpediment
|
|
|
7922
7922
|
left: '4px',
|
|
7923
7923
|
whiteSpace: 'nowrap',
|
|
7924
7924
|
boxShadow: ' 0px 0px 18px 0px rgba(34, 34, 34, 0.2)'
|
|
7925
|
-
}, children: selectedTab.isGoalOwner ? (jsxRuntime.jsx(
|
|
7925
|
+
}, children: selectedTab.isGoalOwner ? (jsxRuntime.jsx(Avatar, { src: selectedTab.avatar, size: "24px", isActiveClick: true, border: '2px solid #AD46FF', onClick: selectedTab?.handleClickAvatar })) : (jsxRuntime.jsx(Avatar, { src: selectedTab.avatar, size: "24px", isActiveClick: true, onClick: selectedTab?.handleClickAvatar })) }), isEdit ? (jsxRuntime.jsxs("div", { style: { width: '100%' }, children: [jsxRuntime.jsx(material.TextField, { placeholder: editDescription, value: editDescription, onChange: handleChange, fullWidth: true, multiline: true, variant: "standard", InputProps: {
|
|
7926
7926
|
disableUnderline: true,
|
|
7927
7927
|
style: {
|
|
7928
7928
|
fontFamily: 'PT Sans',
|