diff --git a/src/apps/chat/components/scroll-to-bottom/ScrollToBottomButton.tsx b/src/apps/chat/components/scroll-to-bottom/ScrollToBottomButton.tsx index 2fac2c8f3..32d4db6b1 100644 --- a/src/apps/chat/components/scroll-to-bottom/ScrollToBottomButton.tsx +++ b/src/apps/chat/components/scroll-to-bottom/ScrollToBottomButton.tsx @@ -19,7 +19,9 @@ const buttonSx: SxProps = { // style it backgroundColor: 'background.surface', borderRadius: '50%', - boxShadow: 'md', + border: '1px solid', + borderColor: 'neutral.500', + boxShadow: 'sm', // fade it in when hovering // transition: 'all 0.15s', @@ -43,7 +45,7 @@ export function ScrollToBottomButton() { return null; return ( - + );