Skip to content

Commit 4110a68

Browse files
authored
Fix CSS for upcoming dark modern (#2881)
Fixed #2877 With this change is now appears as below. Other themes look fine also <img width="607" height="329" alt="image" src="https://github.com/user-attachments/assets/5a8172d7-4201-4bc2-9b0d-2554ee6b7920" />
1 parent 9d2b8da commit 4110a68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/npm/qsharp/ux/qsharp-circuit.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@
6969

7070
/* Background for gates */
7171
.gate-unitary {
72-
fill: var(--vscode-button-secondaryBackground, #333333);
72+
fill: var(--vscode-input-background, #333333);
7373
}
7474

7575
/* Text for gates */
7676
.gate text {
77-
fill: var(--vscode-button-secondaryForeground, #ffffff);
77+
fill: var(--vscode-input-foreground, #ffffff);
7878
}
7979

8080
a.qs-circuit-source-link .qs-qubit-label {

0 commit comments

Comments
 (0)