chore: style updates

This commit is contained in:
Anoop M D
2022-01-25 03:41:35 +05:30
parent 178b92f975
commit 6812494d6b
9 changed files with 38 additions and 18 deletions

View File

@@ -2,7 +2,7 @@ import styled from 'styled-components';
const StyledWrapper = styled.div`
div.CodeMirror {
border: solid 1px #e1e1e1;
border: solid 1px var(--color-codemirror-border);
}
div.overlay{