refactor
This commit is contained in:
12
app/components/ContextMenu/MenuIconWrapper.ts
Normal file
12
app/components/ContextMenu/MenuIconWrapper.ts
Normal 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;
|
||||
Reference in New Issue
Block a user