ChatList.style.js 139 B

123456
  1. import styled from "styled-components";
  2. export const ChatListWrapper = styled.div`
  3. height: calc(100% - 54px);
  4. overflow: hidden;
  5. `;