Skip to content

Commit a559778

Browse files
alocquetStephan Dilly
authored and
Stephan Dilly
committed
fix: gauge style
1 parent 3e02bc6 commit a559778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/push.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ impl DrawableComponent for PushComponent {
155155
.border_type(BorderType::Thick)
156156
.border_style(self.theme.block(true)),
157157
)
158-
.style(
158+
.gauge_style(
159159
Style::default()
160160
.fg(Color::White)
161161
.bg(Color::Black), // .modifier(Modifier::ITALIC),

0 commit comments

Comments
 (0)