Skip to content

Commit b02b9ff

Browse files
committed
Fix raw dialog color
1 parent c592410 commit b02b9ff

File tree

1 file changed

+3
-3
lines changed
  • openc3-cosmos-init/plugins/packages/openc3-cosmos-tool-cmdtlmserver/src/tools/CmdTlmServer

1 file changed

+3
-3
lines changed

openc3-cosmos-init/plugins/packages/openc3-cosmos-tool-cmdtlmserver/src/tools/CmdTlmServer/RawDialog.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# See LICENSE.md for more details.
99
1010
# Modified by OpenC3, Inc.
11-
# All changes Copyright 2024, OpenC3, Inc.
11+
# All changes Copyright 2026, OpenC3, Inc.
1212
# All Rights Reserved
1313
#
1414
# This file may also be used under the terms of a commercial license
@@ -268,7 +268,7 @@ export default {
268268
min-height: 28px;
269269
max-height: 85vh;
270270
width: 815px;
271-
background-color: var(--color-background-base-selected);
271+
background-color: var(--color-background-surface-selected);
272272
}
273273
274274
.raw-dialog .toolbar-wrapper {
@@ -278,7 +278,7 @@ export default {
278278
}
279279
280280
.raw-dialog :deep(.v-card-text) {
281-
background-color: var(--color-background-base-selected);
281+
background-color: var(--color-background-surface-selected);
282282
}
283283
284284
.v-textarea :deep(textarea) {

0 commit comments

Comments
 (0)