Skip to content

Commit ac92302

Browse files
committed
fix(resistor): change pins color
use darker shade of gray for better contrast on breadboard
1 parent 48af6ef commit ac92302

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/resistor-element.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export class ResistorElement extends LitElement {
3030

3131
readonly pinInfo: ElementPin[] = [
3232
{ name: '1', x: 0, y: 9, signals: [] },
33-
{ name: '2', x: 59, y: 9, signals: [] },
33+
{ name: '2', x: 58.8, y: 9, signals: [] },
3434
];
3535

3636
private breakValue(value: number) {
@@ -95,7 +95,7 @@ export class ResistorElement extends LitElement {
9595
<stop stop-color="#fff" stop-opacity=".42268" offset="1" />
9696
</linearGradient>
9797
</defs>
98-
<rect y="1.1759" width="15.645" height=".63826" fill="#eaeaea" />
98+
<rect y="1.1759" width="15.558" height=".63826" fill="#aaa" />
9999
<g stroke-width=".14479" fill="#d5b597">
100100
<path
101101
id="body"

0 commit comments

Comments
 (0)