Skip to content

Commit a9b8f0b

Browse files
authored
fix: restore jump to unread background (#330)
1 parent 062b007 commit a9b8f0b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@cloudhub/social-web': patch
3+
---
4+
5+
fix: restore the Jump to Unread chip background

src/app/features/room/RoomTimeline.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2080,7 +2080,6 @@ export function RoomTimeline({
20802080
<Chip
20812081
variant="Primary"
20822082
radii="Pill"
2083-
outlined
20842083
before={chipIcon(ChatTeardropDots)}
20852084
onClick={() =>
20862085
timelineSync.loadEventTimeline(unreadInfo.readUptoEventId, undefined, {

0 commit comments

Comments
 (0)