Skip to content

Commit e260f78

Browse files
authored
fix(chat): Use editor background for chat background (#5743)
1 parent 8bf7d71 commit e260f78

File tree

1 file changed

+2
-2
lines changed
  • plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/webview/theme

1 file changed

+2
-2
lines changed

plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/webview/theme/ThemeBrowserAdapter.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ class ThemeBrowserAdapter {
4242
append(CssVariable.TextColorWeak, theme.inactiveText)
4343
append(CssVariable.TextColorDisabled, theme.inactiveText)
4444

45-
append(CssVariable.Background, theme.background)
45+
append(CssVariable.Background, theme.editorBackground)
4646
append(CssVariable.BackgroundAlt, theme.background)
4747
append(CssVariable.CardBackground, theme.editorBackground)
48-
append(CssVariable.CardBackgroundAlt, theme.editorBackground)
48+
append(CssVariable.CardBackgroundAlt, theme.background)
4949
append(CssVariable.BorderDefault, theme.border)
5050
append(CssVariable.TabActive, theme.activeTab)
5151

0 commit comments

Comments
 (0)