Skip to content

Commit c230cdc

Browse files
committed
refactor(ui): remove hardcoded background color in DiffLangSketch
Removed the hardcoded background color assignment in the `DiffLangSketch` UI panel to improve consistency and allow for dynamic theming.
1 parent 8c278d2 commit c230cdc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/src/main/kotlin/cc/unitmesh/devti/sketch/ui/patch/DiffLangSketch.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ class DiffLangSketch(private val myProject: Project, private var patchContent: S
114114
panel.add(rejectButton)
115115
panel.add(viewDiffButton)
116116

117-
panel.background = JBColor(0xEAEEF7, 0x2d2f30)
118-
119117
return panel
120118
}
121119

0 commit comments

Comments
 (0)