Skip to content

Commit

Permalink
Adjust overlay color
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrankel committed Jul 27, 2024
1 parent 2483f07 commit a15a7ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/config/theme.ron
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
// CardBorder
Srgba(Srgba(red: 0.071, green: 0.082, blue: 0.133, alpha: 1.000)),
// Overlay
Srgba(Srgba(red: 0.161, green: 0.157, blue: 0.231, alpha: 0.970)),
Srgba(Srgba(red: 0.061, green: 0.057, blue: 0.231, alpha: 0.600)),
)),
)
2 changes: 1 addition & 1 deletion src/screen/playing/level_up_menu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fn level_up_menu(mut entity: EntityWorldMut) {
Name::new("LevelUpMenu"),
NodeBundle {
style: Style {
height: VMin(65.0),
height: VMin(63.0),
top: Vw(-1.7),
align_items: AlignItems::Center,
justify_content: JustifyContent::SpaceBetween,
Expand Down

0 comments on commit a15a7ad

Please sign in to comment.