mirror of
https://github.com/foss42/apidash.git
synced 2025-08-06 13:51:20 +08:00
Update test UI as per the latest Material 3 colors
This commit is contained in:
@ -115,7 +115,6 @@ void main() {
|
|||||||
label.style?.color,
|
label.style?.color,
|
||||||
equals(Theme.of(tester.element(find.byKey(testKey)))
|
equals(Theme.of(tester.element(find.byKey(testKey)))
|
||||||
.colorScheme
|
.colorScheme
|
||||||
.onSurface
|
.onSurfaceVariant));
|
||||||
.withOpacity(0.65)));
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user