Skip to content

Commit

Permalink
[Web] Fix red icon kebab horizontal icon [C-3829] (#7594)
Browse files Browse the repository at this point in the history
Co-authored-by: Nikki Kang <kangaroo233@gmail.com>
  • Loading branch information
nicoback2 and nicoback authored Feb 14, 2024
1 parent acd8e5e commit c213244
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,6 @@
height: 16px;
}

.iconKebabHorizontal g path {
fill: var(--neutral-light-4);
}

.iconKebabHorizontal:hover {
transform: scale3d(1.1, 1.1, 1.1);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ const TrackListItem = ({
{!disableActions && !deleted ? (
<div ref={ref}>
<IconKebabHorizontal
color='subdued'
className={styles.iconKebabHorizontal}
onClick={onMoreClick(triggerPopup)}
/>
Expand Down

0 comments on commit c213244

Please sign in to comment.