Skip to content

Commit

Permalink
Registry hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
sdess09 committed Sep 21, 2023
2 parents 55604a2 + 8545694 commit df1f9a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dashboard/src/components/image-selector/ImageList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ const ImageItem = styled.div<{ lastItem: boolean; isSelected: boolean }>`
padding: 10px 0px;
user-select: text;
cursor: text;
cursor: pointer;
background: ${(props) => (props.isSelected ? "#ffffff11" : "")};
:hover {
background: #ffffff22;
Expand Down

0 comments on commit df1f9a6

Please sign in to comment.