Styling updates to method modeling panel (#2888)

This commit is contained in:
Charis Kyriakou
2023-09-29 13:02:29 +01:00
committed by GitHub
parent 6b522819fd
commit 3489c26ef6

View File

@@ -27,10 +27,12 @@ const DependencyContainer = styled.div`
flex-direction: row;
align-items: center;
gap: 0.5em;
background-color: var(--vscode-textBlockQuote-background);
background-color: var(--vscode-editor-background);
border: 0.05rem solid var(--vscode-panelSection-border);
border-radius: 0.3rem;
border-color: var(--vscode-textBlockQuote-border);
padding: 0.5rem;
word-wrap: break-word;
word-break: break-all;
`;
export type MethodModelingProps = {