mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-31 01:25:38 -05:00
Fix connect dialog color contrast (#16453)
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user