Skip to content

Commit

Permalink
Adds tile list icon. (#1376)
Browse files Browse the repository at this point in the history
Changes tile list icon on the toolshelf
  • Loading branch information
eireland authored Jul 26, 2024
1 parent dafd89c commit 74ad3c0
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
30 changes: 29 additions & 1 deletion v3/src/assets/icons/icon-tile-list.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions v3/src/components/tool-shelf/tiles-list-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { kRightButtonBackground, ToolShelfButtonTag } from "./tool-shelf-button"
import { getTileComponentIcon } from "../../models/tiles/tile-component-info"
import { getTileContentInfo } from "../../models/tiles/tile-content-info"
import WebViewIcon from "../../assets/icons/icon-media-tool.svg"
import OptionsIcon from "../../assets/icons/icon-options.svg"
import TileListIcon from "../../assets/icons/icon-tile-list.svg"

import "./tool-shelf.scss"

Expand Down Expand Up @@ -40,7 +40,7 @@ export const TilesListShelfButton = observer(function TilesListShelfButton() {
title={t("DG.ToolButtonData.tileListMenu.toolTip")}
data-testid="tool-shelf-button-tiles"
>
<OptionsIcon />
<TileListIcon />
<ToolShelfButtonTag
bg={kRightButtonBackground}
className="tiles-list"
Expand Down

0 comments on commit 74ad3c0

Please sign in to comment.