Skip to content

Commit

Permalink
hotfix(ChordDisplay): wrong Link color
Browse files Browse the repository at this point in the history
  • Loading branch information
ArTiSTiX committed Jan 5, 2024
1 parent 3deebee commit 7c425ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/main/store/migrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,7 @@ const migrations: Migrations<StoreType> = {
hideDisabled: false,
filterInKey: false,
groupBy: 'none',
defaultNotation: settings.chordDisplay[0]
? settings.chordDisplay[0].chordNotation
: 'short',
defaultNotation: 'short',
disabled: [],
aliases: [['maj', '']],
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import 'tokens';

.base {
color: currentcolor;
--Link--primary_color: currentColor;
}

0 comments on commit 7c425ac

Please sign in to comment.