Skip to content

Commit 61be259

Browse files
committed
Changed some colors.
1 parent 5812072 commit 61be259

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ui.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ impl SudokuApp {
8888
let thick_line_color = Color32::BLACK;
8989
let filled_cell_color = Color32::from_rgb(235, 235, 235);
9090
let text_color = Color32::BLACK;
91-
let notes_color = Color32::from_rgb(100, 100, 100);
91+
let notes_color = Color32::from_gray(100);
92+
let shade_color = Color32::from_gray(170);
9293

9394
// Define stroke widths
9495
let thin_stroke = Stroke::new(1.0, grid_color);

0 commit comments

Comments
 (0)