We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d4d2f commit a1129f5Copy full SHA for a1129f5
src/7segment-element.ts
@@ -7,7 +7,7 @@ export class SevenSegmentElement extends LitElement {
7
/** The color of a lit segment */
8
@property() color = 'red';
9
10
- /** The colon of an unlit segment */
+ /** The color of an unlit segment */
11
@property() offColor = '#444';
12
13
/** The background color of the 7-segment display */
0 commit comments