Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmartinsson committed Jan 28, 2023
1 parent 097060f commit 3be6b0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ GaugeView(colors: [.red, .orange, .yellow, .green])
Should you have the need to control the colors of the indicator or the text within the gauge, there are four view modifiers you can use to do so.

```swift
.gaugeTitleColor(<#T##color: Color##Color#>)
.gaugeValueColor(<#T##color: Color##Color#>)
.gaugeIndicatorColor(<#T##color: Color##Color#>)
.gaugeBackTint(<#T##color: Color##Color#>)
.gaugeTitleColor(.blue)
.gaugeValueColor(.yellow)
.gaugeIndicatorColor(.blue)
.gaugeBackTint(.yellow)
```

## Roadmap
Expand Down

0 comments on commit 3be6b0c

Please sign in to comment.