Skip to content

Commit a892a97

Browse files
fixup
1 parent f11121b commit a892a97

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

editors/gsecontrol/gse-control-element-editor.ts

+1
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ export class GseControlElementEditor extends LitElement {
431431
432432
.insttype.label {
433433
margin-left: 10px;
434+
font-family: var(--oscd-theme-text-font), sans-serif;
434435
font-weight: 300;
435436
color: var(--oscd-theme-base00);
436437
}

editors/sampledvalue/sampled-value-control-element-editor.ts

+1
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,7 @@ export class SampledValueControlElementEditor extends LitElement {
542542
.insttype.label {
543543
margin-left: 10px;
544544
font-weight: 300;
545+
font-family: var(--oscd-theme-text-font), sans-serif;
545546
color: var(--oscd-theme-base00);
546547
}
547548

0 commit comments

Comments
 (0)