Skip to content

Commit 38c3ee8

Browse files
committed
Adjust style
1 parent db6907f commit 38c3ee8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Core/Sources/ChatGPTChatTab/Styles.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ extension Color {
1818
if appearance.isDarkMode {
1919
return #colorLiteral(red: 0.2284317913, green: 0.2145925438, blue: 0.3214019983, alpha: 1)
2020
}
21-
return #colorLiteral(red: 0.957824412, green: 0.947133649, blue: 0.9906365955, alpha: 1)
21+
return #colorLiteral(red: 0.9458052187, green: 0.9311983998, blue: 0.9906365955, alpha: 1)
2222
}))
2323
}
2424
}

Core/Sources/SuggestionWidget/Styles.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ extension Color {
3030
if appearance.isDarkMode {
3131
return #colorLiteral(red: 0.2284317913, green: 0.2145925438, blue: 0.3214019983, alpha: 1)
3232
}
33-
return #colorLiteral(red: 0.896820749, green: 0.8709097223, blue: 0.9766687925, alpha: 1)
33+
return #colorLiteral(red: 0.9458052187, green: 0.9311983998, blue: 0.9906365955, alpha: 1)
3434
}))
3535
}
3636
}

Pro

Submodule Pro updated from 54bac65 to a26917f

0 commit comments

Comments
 (0)