File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
library/src/debug/java/io/syslogic/colorpicker/compose Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
package io.syslogic.colorpicker.compose
2
2
3
3
import androidx.compose.material.MaterialTheme
4
+
4
5
import androidx.compose.runtime.Composable
6
+
5
7
import androidx.compose.ui.graphics.Color
6
8
import androidx.compose.ui.tooling.preview.Preview
7
9
@@ -21,9 +23,9 @@ fun ColorPickerDialogPreview() {
21
23
initialColor = Color (0xD31A3D9A ),
22
24
onColorChanged = null ,
23
25
showAlpha = true ,
24
- showARGB = false ,
25
- showHSV = false ,
26
26
showHex = true ,
27
+ showHSV = false ,
28
+ showARGB = false ,
27
29
showDialog = {}
28
30
)
29
31
}
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ fun ColorPickerPreview() {
21
21
initialColor = Color (0xD31A3D9A ),
22
22
onColorChanged = null ,
23
23
showAlpha = true ,
24
- showARGB = true ,
25
24
showHSV = true ,
25
+ showARGB = true ,
26
26
showHex = true
27
27
)
28
28
}
You can’t perform that action at this time.
0 commit comments