Skip to content

Commit

Permalink
Fixed #11189 - Knob | replace surface letters with new surface variables
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Feb 15, 2022
1 parent c9b61ff commit a4e8cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/knob/knob.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class Knob {

@Input() valueColor: string = "var(--primary-color, Black)";

@Input() rangeColor: string = "var(--surface-d, LightGray)";
@Input() rangeColor: string = "var(--surface-border, LightGray)";

@Input() textColor: string = "var(--text-color-secondary, Black)";

Expand Down

0 comments on commit a4e8cef

Please sign in to comment.