import styled from 'styled-components' import { colours, ui } from '../../assets/theme' export const ChatWrapper = styled.div` position: fixed; z-index: 10; bottom: 0; right: 32px; border-radius: ${ui.borderRadius}px; `