Fix all color hex codes to match spreadsheet source of truth
- Update 121 hex codes in bambuLabColors.ts from spreadsheet - Update 118 hex codes in bambuLabColorsComplete.ts - Add 118 hex UPDATE statements to migration 023 - Remove ABS GF and TPU 95A HF entries from complete colors
This commit is contained in:
@@ -50,7 +50,7 @@ describe('Bambu Lab Colors Complete Data', () => {
|
||||
|
||||
it('should return valid hex for getColorHex', () => {
|
||||
const hex = getColorHex('Black');
|
||||
expect(hex).toBe('#000000');
|
||||
expect(hex).toBe('#1A1A1A');
|
||||
|
||||
const unknownHex = getColorHex('Unknown Color');
|
||||
expect(unknownHex).toBe('#000000');
|
||||
|
||||
Reference in New Issue
Block a user