Skip to content

Commit

Permalink
Rollback Breaking Theme Name Change and yarn.lock
Browse files Browse the repository at this point in the history
Changed theme "Print 1" back to "Print", and removed empty line at end of yarn.lock.
  • Loading branch information
bluestrat404 committed Dec 28, 2022
1 parent 866a1a8 commit 9204883
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/chord-mark-themes/scss/chordMarkThemes.scss
Expand Up @@ -2,5 +2,5 @@
@import 'themes/dark2';
@import 'themes/dark3';
@import 'themes/text';
@import 'themes/print1';
@import 'themes/print';
@import 'themes/print2';
@@ -1,7 +1,7 @@
@import '../abstract';
@import './common';

.cmTheme-print1 {
.cmTheme-print {
background-color: white;

.cmSong {
Expand Down
4 changes: 2 additions & 2 deletions packages/chord-mark-themes/src/chordMarkThemes.js
Expand Up @@ -21,8 +21,8 @@ const themes = [
key: 'dark3',
},
{
name: 'Print 1',
key: 'print1',
name: 'Print',
key: 'print',
},
{
name: 'Print 2',
Expand Down
1 change: 0 additions & 1 deletion packages/chord-mark-themes/yarn.lock
Expand Up @@ -27,4 +27,3 @@ lodash@^4.17.21:
version "4.17.21"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==

0 comments on commit 9204883

Please sign in to comment.