Skip to content

Commit 46a3e07

Browse files
vrubezhnydatho7561
authored andcommitted
[UI] Developer Sandbox WebView font color not align with a light background #3268
Fixes: #3268 Signed-off-by: Victor Rubezhny <[email protected]>
1 parent 0fffa3d commit 46a3e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webview/cluster/app/sandboxView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ export default function addSandboxView(props): JSX.Element {
403403
</Tooltip>
404404
Your sandbox account has been provisioned and is ready to use.
405405
</Typography>
406-
<Typography variant='caption' display='block' style={{ textAlign:'left', margin: '20px 70px' }}>
406+
<Typography variant='caption' color='inherit' display='block' style={{ textAlign:'left', margin: '20px 70px' }}>
407407
Next steps to connect with Developer Sandbox:<br></br>
408408
1. Click on <strong>Get token</strong> button. In the browser, login using <strong>DevSandbox</strong> button.<br></br>
409409
2. Click on <strong>Display token</strong> link and copy token to clipboard.<br></br>

0 commit comments

Comments
 (0)