diff --git a/src/main/store/migrations.ts b/src/main/store/migrations.ts index 216d06d..06e3ce6 100644 --- a/src/main/store/migrations.ts +++ b/src/main/store/migrations.ts @@ -339,9 +339,7 @@ const migrations: Migrations = { hideDisabled: false, filterInKey: false, groupBy: 'none', - defaultNotation: settings.chordDisplay[0] - ? settings.chordDisplay[0].chordNotation - : 'short', + defaultNotation: 'short', disabled: [], aliases: [['maj', '']], }, diff --git a/src/renderer/components/ChordNameLink/ChordNameLink.module.scss b/src/renderer/components/ChordNameLink/ChordNameLink.module.scss index 6d7b3d2..58dc84d 100644 --- a/src/renderer/components/ChordNameLink/ChordNameLink.module.scss +++ b/src/renderer/components/ChordNameLink/ChordNameLink.module.scss @@ -1,5 +1,5 @@ @import 'tokens'; .base { - color: currentcolor; + --Link--primary_color: currentColor; }