Fix connect dialog color contrast (#16453)

This commit is contained in:
Charles Gagnon
2021-07-28 08:52:49 -07:00
committed by GitHub
parent 07ad50670e
commit 27c86e3c45

View File

@@ -37,7 +37,7 @@ export abstract class ConnectToSqlDialog extends InitializingComponent {
this.serverNameInputBox = this.modelBuilder.inputBox()
.withProps({
value: connectionProfile?.serverName,
enabled: false
readOnly: true
}).component();
this.usernameInputBox = this.modelBuilder.inputBox()
.withProps({