mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-14 20:11:22 +00:00
change scroll down style
This commit is contained in:
parent
9d641cb35f
commit
294914affb
@ -420,14 +420,14 @@ export const ChatList = ({
|
||||
<Button
|
||||
onClick={() => scrollToBottom()}
|
||||
style={{
|
||||
backgroundColor: theme.palette.other.positive,
|
||||
backgroundColor: theme.palette.background.paper,
|
||||
outline: `1px solid ${theme.palette.primary.light}`,
|
||||
border: 'none',
|
||||
borderRadius: '20px',
|
||||
bottom: 20,
|
||||
color: theme.palette.text.primary,
|
||||
cursor: 'pointer',
|
||||
fontSize: '16px',
|
||||
outline: 'none',
|
||||
padding: '10px 20px',
|
||||
position: 'absolute',
|
||||
right: 20,
|
||||
|
Loading…
x
Reference in New Issue
Block a user