Skip to content

Commit 523357e

Browse files
committed
chore: enhance styling for action column
Signed-off-by: Amit Amrutiya <amitamrutiya2210@gmail.com>
1 parent 4f889e0 commit 523357e

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/custom/ResponsiveDataTable.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import { TooltipIcon } from './TooltipIconButton';
1111
export const IconWrapper = styled('div', {
1212
shouldForwardProp: (prop) => prop !== 'disabled'
1313
})<{ disabled?: boolean }>(({ disabled = false }) => ({
14+
width: 'fit-content',
1415
cursor: disabled ? 'not-allowed' : 'pointer',
1516
opacity: disabled ? '0.5' : '1',
1617
display: 'flex',

src/custom/TooltipIconButton/TooltipIconButton.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ export function TooltipIcon({
4848
},
4949
...style
5050
}}
51-
disableRipple
5251
>
5352
{icon || children}
5453
</IconButton>

0 commit comments

Comments
 (0)