Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasMizera committed Jan 22, 2024
1 parent cda6718 commit cdcbc34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/qml/components/MapFloatButton.qml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Item {

Item {
id: contentContainer
// component placeholder, component passed via content property will become children of this element
// component placeholder, component passed via content property will become a child of this element

height: parent.height
anchors.horizontalCenter: parent.horizontalCenter
Expand Down
2 changes: 1 addition & 1 deletion app/qml/map/Crosshair.qml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Item {
ColorOverlay {
anchors.fill: crosshairForeground
source: crosshairForeground
color: snapUtils.snapped ? "#8a2be2" : __style.forestColor // grapeColor replaced previous "#8a2be2" used for snapping
color: snapUtils.snapped ? "#8a2be2" : __style.forestColor
}

Image {
Expand Down

1 comment on commit cdcbc34

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 24.01.508411 just submitted!

Please sign in to comment.