import styled from "styled-components"

const EntryState = styled.div`
  width: 1em;
  height: 1em;
  border-radius: 100%;

  background-color: #39f;
`

export default EntryState
