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
1 parent b24c460 commit d47831b
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 @@ -313,7 +313,6 @@ const ImageItem = styled.div<{ lastItem: boolean; isSelected: boolean }>`
border-bottom: 1px solid
${(props) => (props.lastItem ? "#00000000" : "#606166")};
color: #ffffff;
user-select: none;
align-items: center;
padding: 10px 0px;
cursor: pointer;
Expand Down

0 comments on commit d47831b

Please sign in to comment.