File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Extensions/Watch/Assist/Views Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ struct AssistView: View {
261261 . gray. opacity ( 0.5 )
262262 }
263263 }
264-
264+
265265 private func foregroundForChatItemType( _ itemType: AssistChatItem . ItemType ) -> Color {
266266 switch itemType {
267267 case . input, . error:
@@ -272,7 +272,7 @@ struct AssistView: View {
272272 . primary
273273 }
274274 }
275-
275+
276276 private func tintForChatItemType( _ itemType: AssistChatItem . ItemType ) -> Color {
277277 switch itemType {
278278 case . input, . error:
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ struct ChatBubbleView: View {
3636 . gray. opacity ( 0.5 )
3737 }
3838 }
39-
39+
4040 private func foregroundForChatItemType( _ itemType: AssistChatItem . ItemType ) -> Color {
4141 switch itemType {
4242 case . input, . error:
@@ -47,7 +47,7 @@ struct ChatBubbleView: View {
4747 . primary
4848 }
4949 }
50-
50+
5151 private func tintForChatItemType( _ itemType: AssistChatItem . ItemType ) -> Color {
5252 switch itemType {
5353 case . input, . error:
You can’t perform that action at this time.
0 commit comments