aboutsummaryrefslogtreecommitdiff
path: root/Map/Presentation/Theme/Dimensions.swift
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-07-04 22:45:30 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-07-04 22:45:30 +0200
commite21ead77ffdff206d1ae17e5ce93ea34c4227414 (patch)
tree816908ddf90aaf99a6476ab364f8a13c193b99c4 /Map/Presentation/Theme/Dimensions.swift
parentc843d34f56c207abcf4b93e424125eea2dc601e0 (diff)
Add new fonts and picker style.
Diffstat (limited to 'Map/Presentation/Theme/Dimensions.swift')
-rw-r--r--Map/Presentation/Theme/Dimensions.swift14
1 files changed, 11 insertions, 3 deletions
diff --git a/Map/Presentation/Theme/Dimensions.swift b/Map/Presentation/Theme/Dimensions.swift
index 2e1fd69..7df3f1a 100644
--- a/Map/Presentation/Theme/Dimensions.swift
+++ b/Map/Presentation/Theme/Dimensions.swift
@@ -19,10 +19,10 @@ struct Dimensions {
// MARK: - Fonts
struct FontSize {
- static let body: CGFloat = 16
+ static let body: CGFloat = 15
static let title: CGFloat = 32
- static let caption: CGFloat = 14
- static let smallControl: CGFloat = 9
+ static let caption: CGFloat = 13
+ static let smallControl: CGFloat = 11
struct Map {
static let note: CGFloat = 12
@@ -55,8 +55,16 @@ struct Dimensions {
}
// MARK: - The Map
+
struct Map {
static let size = CGSize(width: 1300.0, height: 1000.0)
static let padding: CGFloat = 42.0
}
+
+ // MARK: - Assorted Controls
+ struct EvolutionPicker {
+ static let radius = 8.0
+ static let controlSize = 8.0
+ static let controlSpacing = 3.0
+ }
}