aboutsummaryrefslogtreecommitdiff
path: root/src/View/Map.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/View/Map.ml')
-rw-r--r--src/View/Map.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/View/Map.ml b/src/View/Map.ml
index c85a791..6e2611e 100644
--- a/src/View/Map.ml
+++ b/src/View/Map.ml
@@ -46,7 +46,7 @@ let mapView state map markers =
|]
[| H.text "Map" |]
; Layout.line
- [| |]
+ [| HA.class_ "g-Layout__HeaderImportExport" |]
[| H.input
[| HA.id "g-Header__ImportInput"
; HA.type_ "file"
@@ -68,7 +68,7 @@ let mapView state map markers =
[| |]
; H.label
[| HA.for_ "g-Header__ImportInput"
- ; HA.class_ "g-Header__ImportLabel"
+ ; HA.class_ "g-Button__Text"
|]
[| H.text "Import" |]
; Button.text