Skip to content

Commit c408444

Browse files
committed
Better center service icon
1 parent 9402cc0 commit c408444

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/systems/partials/ServicesActionsCell.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const ServicesActionCell = ({
2424
row.status !== "SYSTEMS.SERVICES.STATUS.NORMAL" ? (
2525
<ButtonLikeAnchor
2626
onClick={() => onClickRestart()}
27-
className={"sanitize"}
27+
className={"action-cell-button"}
2828
editAccessRole={"ROLE_UI_SERVICES_STATUS_EDIT"}
2929
tooltipText={"SYSTEMS.SERVICES.TABLE.SANITIZE"}
3030
>

0 commit comments

Comments
 (0)