Skip to content

Commit a3a31b1

Browse files
committed
small tweak
1 parent 3eab891 commit a3a31b1

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

Cargo.lock

Lines changed: 12 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/notation_bevy/src/theme/theme_texts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ impl Default for ChordTexts {
8080
bars_font_size: 16.0,
8181
bars_font_color: ThemeColors::hex_linear("FFFFFF"),
8282
bars_x: 6.0,
83-
bars_y: -6.0,
83+
bars_y: -2.0,
8484
}
8585
}
8686
}

0 commit comments

Comments
 (0)