Skip to content

Commit 1b4d35a

Browse files
committed
fix: add shadow to session scroll button for better visibility
1 parent ab0b522 commit 1b4d35a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ts/components/SessionScrollButton.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const SessionScrollButtonDiv = styled.div`
1313
1414
.session-icon-button {
1515
background-color: var(--message-bubbles-received-background-color);
16+
box-shadow: var(--drop-shadow);
1617
}
1718
`;
1819

0 commit comments

Comments
 (0)