diff --git a/packages/react-components/style/trace-context-style.css b/packages/react-components/style/trace-context-style.css index f08337b6b..2d8bdc821 100644 --- a/packages/react-components/style/trace-context-style.css +++ b/packages/react-components/style/trace-context-style.css @@ -30,3 +30,8 @@ width: 10px !important; height: 10px !important; } + +.react-grid-item > .react-resizable-handle::after { + border-right-color: var(--theia-ui-font-color0) !important; + border-bottom-color: var(--theia-ui-font-color0) !important; +}