File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/module/src/CullingInfo Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,8 +121,8 @@ const CullingInformation: React.FunctionComponent<CullingInformation> = ({
121121 < span
122122 className = { clsx ( { [ classes . inventoryCullingWarning ] : isWarn , [ classes . inventoryCullingDanger ] : isError } , className ) }
123123 >
124- { isError && < ExclamationCircleIcon /> }
125- { isWarn && < ExclamationTriangleIcon /> }
124+ { isError && < Button variant = "plain" aria-label = "Action" role = "tooltip" icon = { < ExclamationTriangleIcon className = { clsx ( classes . inventoryCullingWarning ) } /> } /> }
125+ { isWarn && < Button variant = "plain" aria-label = "Action" role = "tooltip" icon = { < ExclamationCircleIcon className = { clsx ( classes . iconMargin , classes . inventoryCullingDanger ) } /> } /> }
126126 { children }
127127 </ span >
128128 </ Tooltip >
You can’t perform that action at this time.
0 commit comments