Skip to content

Commit a0c3661

Browse files
authored
Merge branch 'feature/q-lsp-chat' into manodnyb/buildforsspc
2 parents 104486c + e260f78 commit a0c3661

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)