Skip to content

Commit

Permalink
remove template editor content background
Browse files Browse the repository at this point in the history
  • Loading branch information
blackforestboi committed Apr 19, 2024
1 parent 39da337 commit cff73a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/copy-paster/components/TemplateEditor.tsx
Expand Up @@ -901,11 +901,10 @@ const EditorContainer = styled.div`
align-items: center;
justify-self: center;
flex-direction: column;
background: ${(props) => props.theme.colors.black};
padding: 20px;
border-radius: 10px;
box-shadow: 0px 8px 26px 4px ${(props) => props.theme.colors.black2}c2;
padding: 10px 15px;
* {
Expand Down

0 comments on commit cff73a4

Please sign in to comment.