File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 355
355
<image name =" reservoir" width =" 28" height =" 44" />
356
356
<image name =" reservoir_mask" width =" 28" height =" 39" />
357
357
<namedColor name =" warning" >
358
- <color red =" 0.86299997568130493 " green =" 0.45500001311302185 " blue =" 0.0 " alpha =" 1" colorSpace =" custom" customColorSpace =" sRGB " />
358
+ <color red =" 0.91699999570846558 " green =" 0.7630000114440918 " blue =" 0.26899999380111694 " alpha =" 1" colorSpace =" custom" customColorSpace =" displayP3 " />
359
359
</namedColor >
360
360
<systemColor name =" secondaryLabelColor" >
361
361
<color red =" 0.23529411764705882" green =" 0.23529411764705882" blue =" 0.2627450980392157" alpha =" 0.59999999999999998" colorSpace =" custom" customColorSpace =" sRGB" />
Original file line number Diff line number Diff line change @@ -37,14 +37,4 @@ struct LoopCircleView: View {
37
37
return Color . red
38
38
}
39
39
}
40
-
41
- static let formatter : DateComponentsFormatter = {
42
- let formatter = DateComponentsFormatter ( )
43
-
44
- formatter. allowedUnits = [ . day, . hour, . minute]
45
- formatter. maximumUnitCount = 1
46
- formatter. unitsStyle = . short
47
-
48
- return formatter
49
- } ( )
50
40
}
You can’t perform that action at this time.
0 commit comments