mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-14 12:01:21 +00:00
Merge pull request #76 from Qortal/bugfix/change-scrolldown-style
change scroll down style
This commit is contained in:
commit
5fc0237e5d
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user