Merge pull request #6441 from timurgilfanov/feature-oled-black

Add Black theme option for battery saving on OLED displays
This commit is contained in:
Benoit Marty 2026-04-17 15:41:49 +02:00 committed by GitHub
commit a82e3425be
44 changed files with 293 additions and 50 deletions

View file

@ -30,7 +30,8 @@ class KonsistPreviewTest {
.assertTrue {
it.hasNameEndingWith("Preview") &&
it.hasNameEndingWith("LightPreview").not() &&
it.hasNameEndingWith("DarkPreview").not()
it.hasNameEndingWith("DarkPreview").not() &&
it.hasNameEndingWith("BlackPreview").not()
}
}