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 17d1f17 commit 1aaeddeCopy full SHA for 1aaedde
src/resistor-element.ts
@@ -5,7 +5,7 @@ const bandColors: { [key: number]: string } = {
5
[-2]: 'silver',
6
[-1]: '#c4a000', // gold
7
0: 'black',
8
- 1: 'brown',
+ 1: '#8b4513',
9
2: 'red',
10
3: 'orange',
11
4: 'yellow',
0 commit comments