Skip to content

Commit

Permalink
Fix non alt Jelly color
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed May 26, 2024
1 parent 66e409f commit d961242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ export default {
case 'darkgray':
return 'grayBlue';
default:
return this.color.name;
return this.color.identifier;
}
},
},
Expand Down

0 comments on commit d961242

Please sign in to comment.