Adjust chat-message mb

fix-error-messages
danidfra 2024-11-14 17:27:10 -03:00
rodzic b7dcd4df8a
commit 834f8305df
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -49,7 +49,7 @@ const START_INDEX = 10000;
const List: Components['List'] = forwardRef((props, ref) => {
const { context, ...rest } = props;
return <div ref={ref} {...rest} className='mb-2' />;
return <div ref={ref} {...rest} />;
});
const Scroller: Components['Scroller'] = forwardRef((props, ref) => {