Consistent colors between source/dest

This commit is contained in:
Emilia Allison 2023-06-08 10:45:44 -04:00
parent b99a8ac1e3
commit 507ae44df2
Signed by: emilia
GPG Key ID: 7A3F8997BFE894E0
1 changed files with 1 additions and 1 deletions

View File

@ -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;