Skip to content
This repository was archived by the owner on Jul 24, 2026. It is now read-only.

Commit 6ce91b2

Browse files
committed
refactor: remove deprecated method
1 parent 36f5988 commit 6ce91b2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

crates/tui/src/ui/components/money.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ pub fn flow_cap_line_gauge(
129129
Some(
130130
LineGauge::default()
131131
.filled_style(Style::default().fg(gauge_color))
132-
.line_set(ratatui::symbols::line::THICK)
132+
.filled_symbol(ratatui::symbols::line::THICK_HORIZONTAL)
133+
.unfilled_symbol(ratatui::symbols::line::THICK_HORIZONTAL)
133134
.ratio(ratio),
134135
)
135136
}

0 commit comments

Comments
 (0)