import styled from "@emotion/styled"; const StyledMenuButton = styled.button` border: 0; cursor: pointer; background-color: transparent; font-size: 1rem; display: flex; justify-content: center; align-items: center; grid-gap: 0.5rem; `; export default StyledMenuButton;