Skip to content

Commit

Permalink
Use Gin border radius for the map #710
Browse files Browse the repository at this point in the history
  • Loading branch information
paul121 authored and mstenta committed Sep 4, 2023
1 parent c75240e commit 399c01a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- [Use Gin border radius for the map #710](https://github.com/farmOS/farmOS/pull/710)

### Fixed

- [Fix composer.json version constraints for migrate_plus and migrate_tools #702](https://github.com/farmOS/farmOS/pull/702)
Expand Down
1 change: 1 addition & 0 deletions modules/core/ui/theme/css/map.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* Set farmOS-map accent color to match Gin. */
.farm-map {
--farmos-map-accent-color: var(--gin-color-primary);
border-radius: var(--gin-border-s);
}

/* Move map buttons to the top when focused. Prevents surrounding control
Expand Down

0 comments on commit 399c01a

Please sign in to comment.