theme - statusbar, icons

This commit is contained in:
Jan Prochazka
2020-11-12 14:51:27 +01:00
parent a8d88d05db
commit f30e7da503
12 changed files with 72 additions and 73 deletions

View File

@@ -13,18 +13,6 @@ const SearchBoxWrapper = styled.div`
margin-bottom: 5px;
`;
// const MacroItemStyled = styled.div`
// white-space: nowrap;
// padding: 5px;
// &:hover {
// background-color: lightblue;
// }
// `;
// function MacroListItem({ macro }) {
// return <MacroItemStyled>{macro.title}</MacroItemStyled>;
// }
export default function MacroManager({ managerSize, selectedMacro, setSelectedMacro }) {
const [filter, setFilter] = React.useState('');