Skip to content

Commit

Permalink
feat: Added support for ratatui 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sarub0b0 committed Jul 28, 2023
1 parent 1f0bc8b commit 5137956
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ui/widget/text/render.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ const RENDER_LEFT_PADDING: StyledGrapheme = StyledGrapheme {
style: Style {
fg: None,
bg: None,
underline_color: None,
#[cfg(not(test))]
add_modifier: Modifier::DIM,
#[cfg(test)]
Expand All @@ -170,6 +171,7 @@ const RENDER_RIGHT_PADDING: StyledGrapheme = StyledGrapheme {
style: Style {
fg: None,
bg: None,
underline_color: None,
#[cfg(not(test))]
add_modifier: Modifier::DIM,
#[cfg(test)]
Expand Down

0 comments on commit 5137956

Please sign in to comment.