Skip to content

Commit

Permalink
Change chat colors
Browse files Browse the repository at this point in the history
  • Loading branch information
kateliu20 committed Sep 18, 2024
1 parent 6284a17 commit 1c7497e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ object ChatColors {
val promptBackground = Color(0xFF45494A)

// Color(0xFF2d2f30) responseBackground
val responseBackground: Color
@Composable @ReadOnlyComposable get() = JewelTheme.globalColors.infoContent
val responseBackground = Color(0xFF2d2f30)
// @Composable @ReadOnlyComposable get() = JewelTheme.globalColors.infoContent

// Color(0xFFEAEEF7) userTextColor
val userTextColor: Color
@Composable @ReadOnlyComposable get() = JewelTheme.globalColors.infoContent
val userTextColor = Color(0xFFEAEEF7)
// @Composable @ReadOnlyComposable get() = JewelTheme.globalColors.infoContent

val responseTextColor = Color(0xFFE0EEF7)
}

0 comments on commit 1c7497e

Please sign in to comment.