Merge pull request #76 from Qortal/bugfix/change-scrolldown-style

change scroll down style
This commit is contained in:
Phillip 2025-06-05 18:11:26 +03:00 committed by GitHub
commit 5fc0237e5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -420,14 +420,14 @@ export const ChatList = ({
<Button <Button
onClick={() => scrollToBottom()} onClick={() => scrollToBottom()}
style={{ style={{
backgroundColor: theme.palette.other.positive, backgroundColor: theme.palette.background.paper,
outline: `1px solid ${theme.palette.primary.light}`,
border: 'none', border: 'none',
borderRadius: '20px', borderRadius: '20px',
bottom: 20, bottom: 20,
color: theme.palette.text.primary, color: theme.palette.text.primary,
cursor: 'pointer', cursor: 'pointer',
fontSize: '16px', fontSize: '16px',
outline: 'none',
padding: '10px 20px', padding: '10px 20px',
position: 'absolute', position: 'absolute',
right: 20, right: 20,