Rename "CustomButtonIcon" to "CustomIconButton"
This commit is contained in:
@@ -37,7 +37,7 @@ import { getErrorMessage } from '@/lib/HelperFunctions.ts';
|
||||
import { applyStyles } from '@/base/utils/ApplyStyles.ts';
|
||||
import type { TrackerIdInfo, TTrackerBind } from '@/features/tracker/Tracker.types.ts';
|
||||
import { Tracker } from '@/features/tracker/Tracker.types.ts';
|
||||
import { CustomButtonIcon } from '@/base/components/buttons/CustomButtonIcon.tsx';
|
||||
import { CustomIconButton } from '@/base/components/buttons/CustomIconButton.tsx';
|
||||
import { CustomTooltip } from '@/base/components/CustomTooltip.tsx';
|
||||
import { STABLE_EMPTY_ARRAY } from '@/base/Base.constants.ts';
|
||||
|
||||
@@ -97,14 +97,14 @@ const TrackButton = ({
|
||||
</Button>
|
||||
{supportsPrivateTracking && (
|
||||
<CustomTooltip title={t`Track privately`} disabled={bindTrackerMutation.loading}>
|
||||
<CustomButtonIcon
|
||||
<CustomIconButton
|
||||
disabled={bindTrackerMutation.loading}
|
||||
sx={{ flexBasis: '10%', maxWidth: '100px' }}
|
||||
variant="contained"
|
||||
onClick={() => trackManga(true)}
|
||||
>
|
||||
<VisibilityOffIcon />
|
||||
</CustomButtonIcon>
|
||||
</CustomIconButton>
|
||||
</CustomTooltip>
|
||||
)}
|
||||
</Stack>
|
||||
|
||||
Reference in New Issue
Block a user