alexeyinkin commented on code in PR #22477:
URL: https://github.com/apache/beam/pull/22477#discussion_r931476139
##########
playground/frontend/lib/config/theme.dart:
##########
@@ -198,8 +291,9 @@ class ThemeColors {
Color get secondaryBackground =>
isDark ? kDarkSecondaryBackground : kLightSecondaryBackground;
- Color get primaryBackground =>
- isDark ? kDarkPrimaryBackground : kLightPrimaryBackground;
+ Color get background =>
Review Comment:
To match Flutter's `ThemeData.background` that we populate with the same
constants.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]