Skip to content

Commit

Permalink
Merge branch 'main' into refactor/sync-and-set_var
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudxain authored Dec 8, 2024
2 parents 5761e8d + b8f6688 commit 65349ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/gui/style.rs
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,9 @@ mod tests {
assert_ne!(palette.normal.primary, Color::BLACK);
assert_ne!(palette.normal.surface, Color::BLACK);
assert_ne!(palette.bright.primary, Color::BLACK);
assert_ne!(palette.bright.surface, Color::BLACK);
// if `LIGHT` then this can be `BLACK`
// https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/pull/730#issuecomment-2525405134
//assert_ne!(palette.bright.surface, Color::BLACK);
assert_ne!(palette.normal.error, Color::BLACK);
assert_ne!(palette.bright.error, Color::BLACK);
}
Expand Down

0 comments on commit 65349ec

Please sign in to comment.