Skip to content

Commit f58d2a0

Browse files
authored
Merge pull request #67 from eunjooChoi/etc2
위젯에 칸이 오늘 날짜까지만 나오도록 수정
2 parents 66e1951 + a199963 commit f58d2a0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

PlantingMind/PlantingMind/Assets.xcassets/CustomColor/widgetBackground.colorset/Contents.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"color-space" : "srgb",
66
"components" : {
77
"alpha" : "1.000",
8-
"blue" : "0xF9",
9-
"green" : "0xF9",
10-
"red" : "0xF9"
8+
"blue" : "0xF3",
9+
"green" : "0xF3",
10+
"red" : "0xF3"
1111
}
1212
},
1313
"idiom" : "universal"
@@ -22,7 +22,7 @@
2222
"color" : {
2323
"color-space" : "extended-srgb",
2424
"components" : {
25-
"alpha" : "0.240",
25+
"alpha" : "0.500",
2626
"blue" : "0x63",
2727
"green" : "0x63",
2828
"red" : "0x63"

PlantingMind/PlantingWidget/PlantingWidget.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ struct PlantingWidgetEntryView : View {
112112
.frame(width: 15)
113113
} else {
114114
RoundedRectangle(cornerRadius: 2)
115-
.foregroundStyle(Color.Custom.widgetBackground)
115+
.foregroundStyle(.clear)
116116
.frame(width: 15)
117117
}
118118
}

0 commit comments

Comments
 (0)