This commit is contained in:
Tom Moor
2023-09-04 21:12:28 -04:00
parent a03b95221a
commit 2358c3d13d
3 changed files with 4 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
import styled from "styled-components";
import { s } from "@shared/styles";
const MenuIconWrapper = styled.span`
width: 24px;
height: 24px;
margin-right: 6px;
margin-left: -4px;
color: ${s("textSecondary")};
`;
export default MenuIconWrapper;