Skip to content

Commit 24b0321

Browse files
committed
lrn 2 kotlin
1 parent 0666f47 commit 24b0321

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class ThemeBrowserAdapter {
2626
}
2727

2828
private fun buildJsCodeToUpdateTheme(theme: AmazonQTheme) = buildString {
29-
var (bg, altBg, inputBg) = determineInputAndBgColor(theme)
29+
val (bg, altBg, inputBg) = determineInputAndBgColor(theme)
3030
appendDarkMode(theme.darkMode)
3131

3232
append("{\n")

0 commit comments

Comments
 (0)