import styled from 'styled-components' export const LidoLogoStyles = styled.div` color: ${({ theme }) => theme.colors.text}; line-height: 0; `