diff --git a/flatlaf-core/src/main/java/com/formdev/flatlaf/ui/FlatTableUI.java b/flatlaf-core/src/main/java/com/formdev/flatlaf/ui/FlatTableUI.java index 32c1a451..06fcaa3b 100644 --- a/flatlaf-core/src/main/java/com/formdev/flatlaf/ui/FlatTableUI.java +++ b/flatlaf-core/src/main/java/com/formdev/flatlaf/ui/FlatTableUI.java @@ -50,8 +50,8 @@ public class FlatTableUI protected void installDefaults() { super.installDefaults(); - selectionInactiveBackground = UIManager.getColor( "Tree.selectionInactiveBackground" ); - selectionInactiveForeground = UIManager.getColor( "Tree.selectionInactiveForeground" ); + selectionInactiveBackground = UIManager.getColor( "Table.selectionInactiveBackground" ); + selectionInactiveForeground = UIManager.getColor( "Table.selectionInactiveForeground" ); int rowHeight = FlatUIUtils.getUIInt( "Table.rowHeight", 16 ); if( rowHeight > 0 )