Skip to content

Commit

Permalink
remove unused import + remove unwanted style
Browse files Browse the repository at this point in the history
  • Loading branch information
Pooja17-bentley committed Nov 10, 2023
1 parent cee8241 commit 65b7a2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@
}

.iac-changes-tab-actions {
justify-content: center;
gap: var(--iui-size-2xs);
button {
min-width: var(--iui-size-2xs);
width: var(--iui-size-2xs);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
SvgInfoCircular,
SvgNamedVersionAdd,
} from "@itwin/itwinui-icons-react";
import { ButtonGroup, IconButton, Table, Text } from "@itwin/itwinui-react";
import { IconButton, Table, Text } from "@itwin/itwinui-react";
import React from "react";
import { CellProps } from "react-table";

Expand Down Expand Up @@ -125,13 +125,15 @@ const ChangesTab = (props: ChangesTabProps) => {
title={stringsOverrides.createNamedVersion}
styleType="borderless"
className={className}
size="small"
>
<SvgNamedVersionAdd />
</IconButton>
<IconButton
title={stringsOverrides.informationPanel}
styleType="borderless"
onClick={() => handleInfoPanelOpen(changeset)}
size="small"
>
<SvgInfoCircular />
</IconButton>
Expand Down

0 comments on commit 65b7a2d

Please sign in to comment.