feat(ui): add id to scroll to bottom button

This commit is contained in:
Gabe Kangas
2023-05-08 09:44:39 -07:00
parent 2cd24904f9
commit 722d11307a

View File

@@ -17,7 +17,7 @@ type Props = {
};
export const ScrollToBotBtn: FC<Props> = ({ onClick }) => (
<div className={styles.toBottomWrap}>
<div className={styles.toBottomWrap} id="scroll-to-chat-bottom">
<Button
type="default"
style={{ color: 'currentColor' }}