mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -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()
|
this.serverNameInputBox = this.modelBuilder.inputBox()
|
||||||
.withProps({
|
.withProps({
|
||||||
value: connectionProfile?.serverName,
|
value: connectionProfile?.serverName,
|
||||||
enabled: false
|
readOnly: true
|
||||||
}).component();
|
}).component();
|
||||||
this.usernameInputBox = this.modelBuilder.inputBox()
|
this.usernameInputBox = this.modelBuilder.inputBox()
|
||||||
.withProps({
|
.withProps({
|
||||||
|
|||||||
Reference in New Issue
Block a user