Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Jan 21, 2022
1 parent ca21eb4 commit 51e6d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/molecules/Visualizer/Block/index.tsx
Expand Up @@ -63,7 +63,7 @@ export default function BlockComponent<P = any, PP = any>({
const Wrapper = styled.div<{ editable?: boolean; selected?: boolean }>`
border: 1px solid
${({ selected, editable, theme }) =>
editable && selected ? theme.infoBox.accent2 : "transparent"};
editable && selected ? theme.infoBox.accent2 : "transparent"};
border-radius: 6px;
&:hover {
Expand Down

0 comments on commit 51e6d23

Please sign in to comment.