Skip to content

Commit

Permalink
Test that overrided differs from default
Browse files Browse the repository at this point in the history
  • Loading branch information
cruessler committed Apr 30, 2023
1 parent 3b1ffdf commit 177fb10
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 177fb10

Please sign in to comment.