style: Use solid inner borders for tables
This commit is contained in:
committed by
Andrew Phillips (aider)
parent
ef43c8a8f8
commit
fc7ca8318b
@@ -148,7 +148,7 @@ pub fn create_table(use_styling: bool) -> Table {
|
||||
if use_styling {
|
||||
table
|
||||
.load_preset(comfy_table::presets::UTF8_FULL)
|
||||
.apply_modifier(comfy_table::modifiers::UTF8_ROUND_CORNERS);
|
||||
.apply_modifier(comfy_table::modifiers::UTF8_SOLID_INNER_BORDERS);
|
||||
} else {
|
||||
table.load_preset(comfy_table::presets::NOTHING);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user