Skip to content

Commit

Permalink
last css touch
Browse files Browse the repository at this point in the history
  • Loading branch information
aloccid-iata authored Apr 30, 2024
1 parent d6bd3fa commit ca24176
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Visualizer/components/ArrayIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export function ArrayIcon() {
height="363"
xmlns="http://www.w3.org/2000/svg"
xmlSpace="preserve"
className="key-icon"
className="array-icon"
viewBox="0 0 580 363"
overflow="hidden">
<g transform="translate(-1328 -1000)">
Expand Down
4 changes: 2 additions & 2 deletions src/Visualizer/style/array-icon.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.array-icon {
width: 12px;
height: 12px;
margin-left: 4px;
padding-top: 3px;
margin-left: 3px;
padding-top: 4px;
}

0 comments on commit ca24176

Please sign in to comment.