nausharipov commented on code in PR #23776:
URL: https://github.com/apache/beam/pull/23776#discussion_r1014601708


##########
playground/frontend/playground_components/lib/src/theme/theme.dart:
##########
@@ -32,6 +32,9 @@ class BeamThemeExtension extends 
ThemeExtension<BeamThemeExtension> {
   final Color primaryBackgroundTextColor;
   final Color lightGreyBackgroundTextColor;
   final Color secondaryBackgroundColor;
+  // TODO(nausharipov): simplify new color addition
+  final Color selectedProgressColor;
+  final Color unselectedProgressColor;

Review Comment:
   The selected progress indicator is darker in light mode and lighter in dark 
mode compared to the unselected state. AFAIK, a semi-transparent indicator 
would look differently. 



-- 
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]

Reply via email to