Skip to content

Commit

Permalink
fix: fixed review comment
Browse files Browse the repository at this point in the history
mishramonalisha76 committed May 16, 2024
1 parent 19dd8a1 commit f65c235
Showing 1 changed file with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
import { ChatPreviewSearchList } from '@pushprotocol/uiweb';
import styled from 'styled-components';

const ChatPreviewSearchListTest = () => {
return (
<>
<div
style={{
background: '#ffeded',
border: '1px solid rgb(226,8,128)',
height: '28.5vh',
}}
>
<Conatiner>
<ChatPreviewSearchList searchParamter="0xFA3F8E79fb9B03e7a04295594785b91588Aa4DC8" />
</div>
</Conatiner>
</>
);
};

export default ChatPreviewSearchListTest;

const Conatiner = styled.div`
background: '#ffeded',
border: '1px solid rgb(226,8,128)',
height: '28.5vh',
`;

0 comments on commit f65c235

Please sign in to comment.