diff options
Diffstat (limited to 'Map/Presentation/Base Components/EvolutionPicker/EvolutionPicker.swift')
| -rw-r--r-- | Map/Presentation/Base Components/EvolutionPicker/EvolutionPicker.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Map/Presentation/Base Components/EvolutionPicker/EvolutionPicker.swift b/Map/Presentation/Base Components/EvolutionPicker/EvolutionPicker.swift index 83d5009..5983745 100644 --- a/Map/Presentation/Base Components/EvolutionPicker/EvolutionPicker.swift +++ b/Map/Presentation/Base Components/EvolutionPicker/EvolutionPicker.swift @@ -20,7 +20,7 @@ struct EvolutionPicker: View { @State var isHovered = false @Binding var selectedEvolution: StageType - + var body: some View { Button( |