diff --git a/Flexion/Logic/Preview/Preview.cs b/Flexion/Logic/Preview/Preview.cs index 163aa00..62fe544 100644 --- a/Flexion/Logic/Preview/Preview.cs +++ b/Flexion/Logic/Preview/Preview.cs @@ -61,7 +61,7 @@ private static Path GetRectangle(double x,double y,double width,double height) { Path path = new() { - Fill = Brushes.Red, + Fill = Brushes.LightBlue, Data = new PathGeometry { Figures = new PathFigures diff --git a/Flexion/Views/Editors/Layer/LayerEditor.axaml b/Flexion/Views/Editors/Layer/LayerEditor.axaml index ee85bc5..f2c75bd 100644 --- a/Flexion/Views/Editors/Layer/LayerEditor.axaml +++ b/Flexion/Views/Editors/Layer/LayerEditor.axaml @@ -138,7 +138,8 @@ Grid.Row="2" Grid.Column="0" Grid.ColumnSpan="3" - Height="300"> + Height="300" + Background="#292929"> diff --git a/Flexion/Views/Editors/Piece/PieceEditor.axaml b/Flexion/Views/Editors/Piece/PieceEditor.axaml index 5eecc50..224ed69 100644 --- a/Flexion/Views/Editors/Piece/PieceEditor.axaml +++ b/Flexion/Views/Editors/Piece/PieceEditor.axaml @@ -114,7 +114,8 @@ Grid.Row="2" Grid.Column="0" Grid.ColumnSpan="5" - Height="300"> + Height="300" + Background="#292929"> diff --git a/Flexion/Views/MainWindow.axaml b/Flexion/Views/MainWindow.axaml index 88ad2ab..fe6d48f 100644 --- a/Flexion/Views/MainWindow.axaml +++ b/Flexion/Views/MainWindow.axaml @@ -167,7 +167,7 @@ Text="Dessus:">