Skip to content

Commit

Permalink
fix icon styling in placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
heswell committed Jun 13, 2024
1 parent ebab8f5 commit c799b34
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { Button } from "@salt-ds/core";
import { IconButton } from "@finos/vuu-ui-controls";
import { useComponentCssInjection } from "@salt-ds/styles";
import { useWindow } from "@salt-ds/window";
import { HTMLAttributes, useMemo, useState } from "react";
import { useViewContext, QueryReponse } from "../layout-view-actions";
import { QueryReponse, useViewContext } from "../layout-view-actions";

import layoutStartPanelCss from "./LayoutStartPanel.css";

Expand Down Expand Up @@ -58,9 +58,9 @@ export const LayoutStartPanel = (htmlAttributes: LayoutStartPanelProps) => {
</div>
</>
) : null}
<Button
<IconButton
className={`${classBase}-addButton`}
data-icon="add"
icon="add"
variant="cta"
/>
</div>
Expand Down

0 comments on commit c799b34

Please sign in to comment.