Update test UI as per the latest Material 3 colors

This commit is contained in:
Ashita Prasad
2025-03-01 19:46:19 +05:30
parent 11cea12e2d
commit 86bff906c4

View File

@ -115,7 +115,6 @@ void main() {
label.style?.color,
equals(Theme.of(tester.element(find.byKey(testKey)))
.colorScheme
.onSurface
.withOpacity(0.65)));
.onSurfaceVariant));
});
}