Skip to content

Commit

Permalink
 [PAY-1470] Remove border radius from track/playlist tiles (#3613)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyrombo authored Jun 16, 2023
1 parent dbdfb84 commit 06dae51
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
--bubble-color: var(--secondary-light-1);
}

.unfurl {
border-radius: 0;
}

.bubble .unfurl:not(:last-child) {
border-bottom: 1px solid var(--neutral-light-7);
}
Expand Down

0 comments on commit 06dae51

Please sign in to comment.