We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44788fb commit 02bec57Copy full SHA for 02bec57
ControlRoom/Settings UI/ColorPickerView.swift
@@ -14,7 +14,7 @@ struct ColorPickerView: View {
14
15
/// How many decimal places to use for rounding picked colors.
16
@AppStorage("CRColorPickerAccuracy") var colorPickerAccuracy = 2
17
-
+
18
var body: some View {
19
VStack {
20
Toggle("Uppercase Hex Strings", isOn: $uppercaseHex)
0 commit comments