Skip to content

Commit

Permalink
Fix BrightnessSlider Kdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
yangsooplus committed Sep 9, 2023
1 parent e5516d5 commit 2fb3792
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ import kotlin.math.max
* @param wheelColor [Color] of th wheel.
* @param wheelPaint [Paint] to draw the wheel.
* @param initialColor [Color] of the initial state. This property works for [HsvColorPicker] and
* it will be selected on center if you give null value.
* it will be selected on rightmost of slider if you give null value.
*/
@Composable
public fun BrightnessSlider(
Expand Down

0 comments on commit 2fb3792

Please sign in to comment.