Skip to content

Commit

Permalink
Registry hotfix (#3626)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdess09 authored Sep 21, 2023
1 parent cc5bcc0 commit 4a09e0e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
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
2 changes: 0 additions & 2 deletions dashboard/src/components/image-selector/ImageSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ const ImageItem = styled.div`
${(props: { lastItem: boolean; isSelected: boolean }) =>
props.lastItem ? "#00000000" : "#606166"};
color: #ffffff;
user-select: none;
align-items: center;
padding: 10px 0px;
cursor: pointer;
Expand Down Expand Up @@ -307,7 +306,6 @@ const StyledImageSelector = styled.div`
background: ${(props: { isExpanded: boolean; forceExpanded: boolean }) =>
props.isExpanded ? "#ffffff11" : ""};
border-radius: 3px;
user-select: none;
height: 40px;
font-size: 13px;
color: #ffffff;
Expand Down

0 comments on commit 4a09e0e

Please sign in to comment.