File tree 2 files changed +5
-5
lines changed
PlantingMind/Assets.xcassets/CustomColor/widgetBackground.colorset
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
"color-space" : " srgb" ,
6
6
"components" : {
7
7
"alpha" : " 1.000" ,
8
- "blue" : " 0xF9 " ,
9
- "green" : " 0xF9 " ,
10
- "red" : " 0xF9 "
8
+ "blue" : " 0xF3 " ,
9
+ "green" : " 0xF3 " ,
10
+ "red" : " 0xF3 "
11
11
}
12
12
},
13
13
"idiom" : " universal"
22
22
"color" : {
23
23
"color-space" : " extended-srgb" ,
24
24
"components" : {
25
- "alpha" : " 0.240 " ,
25
+ "alpha" : " 0.500 " ,
26
26
"blue" : " 0x63" ,
27
27
"green" : " 0x63" ,
28
28
"red" : " 0x63"
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ struct PlantingWidgetEntryView : View {
112
112
. frame ( width: 15 )
113
113
} else {
114
114
RoundedRectangle ( cornerRadius: 2 )
115
- . foregroundStyle ( Color . Custom . widgetBackground )
115
+ . foregroundStyle ( . clear )
116
116
. frame ( width: 15 )
117
117
}
118
118
}
You can’t perform that action at this time.
0 commit comments