Skip to content

Commit c826afc

Browse files
authored
Change preloader to a light background (#899)
1 parent 52e9515 commit c826afc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ui/preloader/src/main/java/edu/wpi/grip/preloader/GripPreloader.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818

1919
public final class GripPreloader extends Preloader {
2020

21-
private static final Color primaryColor = Color.gray(0.075);
22-
private static final Color secondaryColor = Color.gray(0.1);
21+
private static final Color primaryColor = Color.gray(0.925);
22+
private static final Color secondaryColor = Color.WHITE;
2323

2424
// Animation timings
2525
private static final double minTime = 1 / 3.0;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
.root {
2-
-fx-background-color: #111111;
2+
-fx-background-color: #eee;
33
}

0 commit comments

Comments
 (0)