Skip to content

Commit 1aaedde

Browse files
committed
fix(resistor): make the brown strip more brown
1 parent 17d1f17 commit 1aaedde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resistor-element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const bandColors: { [key: number]: string } = {
55
[-2]: 'silver',
66
[-1]: '#c4a000', // gold
77
0: 'black',
8-
1: 'brown',
8+
1: '#8b4513',
99
2: 'red',
1010
3: 'orange',
1111
4: 'yellow',

0 commit comments

Comments
 (0)