From 507ae44df21fd3cb3b5db5079446cd5913371d9a Mon Sep 17 00:00:00 2001 From: Emilia Date: Thu, 8 Jun 2023 10:45:44 -0400 Subject: [PATCH] Consistent colors between source/dest --- src/components/plates/destination_plate.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/plates/destination_plate.rs b/src/components/plates/destination_plate.rs index 0ef446b..9d21143 100644 --- a/src/components/plates/destination_plate.rs +++ b/src/components/plates/destination_plate.rs @@ -10,7 +10,7 @@ use crate::data::transfer_region::Region; // Color Palette for the Source Plates, can be changed here use crate::components::plates::util::Palettes; -const PALETTE: super::util::ColorPalette = Palettes::YELLOW_PINK; +const PALETTE: super::util::ColorPalette = Palettes::RAINBOW; use super::super::transfer_menu::RegionDisplay;