fix(ux): better text selection implementation on dark-mode (#1861)

This commit is contained in:
Afrian Junior 2024-03-20 17:22:44 +07:00 committed by GitHub
parent 2b0ad29b93
commit a546457e0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,6 +49,10 @@ const StyledWrapper = styled.div`
padding-left: 0;
padding-right: 0;
}
.CodeMirror-selected {
background-color: rgba(212, 125, 59, 0.3);
}
}
`;