Skip to content

Commit

Permalink
Test that override differs from default
Browse files Browse the repository at this point in the history
  • Loading branch information
cruessler committed Jun 25, 2023
1 parent ec72b6d commit 1f818f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/style.rs
Original file line number Diff line number Diff line change
Expand Up @@ -319,5 +319,6 @@ mod tests {

assert_eq!(theme.selection_fg, Theme::default().selection_fg);
assert_eq!(theme.selection_bg, Color::White);
assert_ne!(theme.selection_bg, Theme::default().selection_bg);
}
}

0 comments on commit 1f818f3

Please sign in to comment.